diff options
Diffstat (limited to 'usr.bin/talk')
| -rw-r--r-- | usr.bin/talk/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/talk/ctl.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/ctl_transact.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/display.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/get_addrs.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/get_iface.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/get_names.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/init_disp.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/invite.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/io.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/look_up.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/msgs.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/talk.1 | 2 | ||||
| -rw-r--r-- | usr.bin/talk/talk.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index bddde1ba259f..96518c437cea 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/talk/Makefile,v 1.7 1999/08/28 01:06:10 peter Exp $ PROG= talk DPADD= ${LIBCURSES} ${LIBTERMCAP} diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index c8094b47c51d..6b5e9af2681d 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/ctl.c,v 1.6 1999/08/28 01:06:10 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index fa3ebad7a5c8..68260c83165c 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/ctl_transact.c,v 1.5 1999/08/28 01:06:11 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 16c7605d447d..8ddce2886e8d 100644 --- a/usr.bin/talk/display.c +++ b/usr.bin/talk/display.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/display.c,v 1.7 1999/08/28 01:06:11 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index 871dc9ac786b..4bd762405061 100644 --- a/usr.bin/talk/get_addrs.c +++ b/usr.bin/talk/get_addrs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)get_addrs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/get_addrs.c,v 1.4 1999/08/28 01:06:11 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index 05a8368e6b1f..c72f343f6398 100644 --- a/usr.bin/talk/get_iface.c +++ b/usr.bin/talk/get_iface.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/get_iface.c,v 1.7 1999/08/28 01:06:12 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 73e20a162bd9..8b49612024db 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)get_names.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/get_names.c,v 1.6 1999/08/28 01:06:12 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index 246a3c865432..96b8285be427 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/init_disp.c,v 1.11 1999/08/30 08:21:17 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index f941c8dde78d..e1637819ab3c 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)invite.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/invite.c,v 1.6 1999/08/28 01:06:13 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index 40604e0105ef..0db0604fc209 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/io.c,v 1.9.2.1 2000/07/11 01:37:17 ps Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index 3c6f3edc2765..88fd4a2ef9d4 100644 --- a/usr.bin/talk/look_up.c +++ b/usr.bin/talk/look_up.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/look_up.c,v 1.5 1999/08/28 01:06:14 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index 82c5038fc447..cb7d52b6e459 100644 --- a/usr.bin/talk/msgs.c +++ b/usr.bin/talk/msgs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/msgs.c,v 1.5 1999/08/28 01:06:14 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1 index 73d046c2d802..0f52c32eeaa9 100644 --- a/usr.bin/talk/talk.1 +++ b/usr.bin/talk/talk.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)talk.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/talk/talk.1,v 1.6 2000/03/01 12:20:11 sheldonh Exp $ .\" .Dd June 6, 1993 .Dt TALK 1 diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index d71d49ae2b7d..08b1c7606bfc 100644 --- a/usr.bin/talk/talk.c +++ b/usr.bin/talk/talk.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)talk.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/talk.c,v 1.7 1999/08/28 01:06:15 peter Exp $"; #endif /* not lint */ #include "talk.h" |
