diff options
Diffstat (limited to 'usr.bin/msgs')
-rw-r--r-- | usr.bin/msgs/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/msgs/msgs.1 | 2 | ||||
-rw-r--r-- | usr.bin/msgs/msgs.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 21cb15155568f..c6365672e6193 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/msgs/Makefile,v 1.6 1999/08/28 01:04:21 peter Exp $ PROG= msgs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 4a1adb51947c4..ca0e91901fede 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)msgs.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/msgs/msgs.1,v 1.9.2.1 2000/08/27 17:31:43 gshapiro Exp $ .\" .Dd April 28, 1995 .Dt MSGS 1 diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index e1db2fc47d731..5feb436a3cebc 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/msgs/msgs.c,v 1.15.2.1 2000/07/07 00:23:20 kris Exp $"; #endif /* not lint */ /* |