diff options
Diffstat (limited to 'usr.bin/wall')
| -rw-r--r-- | usr.bin/wall/ttymsg.c | 2 | ||||
| -rw-r--r-- | usr.bin/wall/ttymsg.h | 2 | ||||
| -rw-r--r-- | usr.bin/wall/wall.1 | 2 | ||||
| -rw-r--r-- | usr.bin/wall/wall.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index c03454edeecb..3fc07c31beea 100644 --- a/usr.bin/wall/ttymsg.c +++ b/usr.bin/wall/ttymsg.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/wall/ttymsg.c,v 1.4.2.3 2001/10/18 08:08:17 des Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/wall/ttymsg.h b/usr.bin/wall/ttymsg.h index 31312aa94f55..53b002202624 100644 --- a/usr.bin/wall/ttymsg.h +++ b/usr.bin/wall/ttymsg.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/wall/ttymsg.h,v 1.1.2.1 2001/10/18 08:08:17 des Exp $ */ const char *ttymsg(struct iovec *, int, const char *, int); diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index a170aba113fd..f9b72122a6c3 100644 --- a/usr.bin/wall/wall.1 +++ b/usr.bin/wall/wall.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wall.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/wall/wall.1,v 1.3.2.5 2002/07/15 08:14:59 keramida Exp $ .\" .Dd June 6, 1993 .Dt WALL 1 diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index 3e25676619d1..0640feca5c9c 100644 --- a/usr.bin/wall/wall.c +++ b/usr.bin/wall/wall.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)wall.c 8.2 (Berkeley) 11/16/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/wall/wall.c,v 1.13.2.6 2001/10/18 08:08:17 des Exp $"; #endif /* not lint */ /* |
