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 9f59c6a598cc..034ffe28d22f 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.9.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= msgs WARNS?= 6 diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 147f8c9e4232..377c9d361b6a 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.19.28.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd April 28, 1995 .Dt MSGS 1 diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 23f224047b1f..5e97cef05cec 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/msgs/msgs.c,v 1.27.20.1 2009/04/15 03:14:26 kensmith Exp $"); /* * msgs - a user bulletin board program |