diff options
Diffstat (limited to 'usr.bin/mesg')
| -rw-r--r-- | usr.bin/mesg/mesg.1 | 2 | ||||
| -rw-r--r-- | usr.bin/mesg/mesg.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index 7bdf0fd17246..873eee96a907 100644 --- a/usr.bin/mesg/mesg.1 +++ b/usr.bin/mesg/mesg.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mesg.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mesg/mesg.1,v 1.6.2.1 1999/08/29 15:30:53 peter Exp $ .\" .Dd June 6, 1993 .Dt MESG 1 diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index 4e5878b2a1ae..3a08cab70b15 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mesg/mesg.c,v 1.3.2.1 1999/08/29 15:30:53 peter Exp $"; #endif /* not lint */ #include <sys/types.h> |
