diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
| commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
| tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /usr.bin/msgs | |
| parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) | |
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..3d511331158b 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.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= msgs WARNS?= 6 diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 147f8c9e4232..2f83336a7bc7 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.34.1 2010/12/21 17:10:29 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..5ed8c800e037 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.24.1 2010/12/21 17:10:29 kensmith Exp $"); /* * msgs - a user bulletin board program |
