diff options
Diffstat (limited to 'usr.bin/rwall')
-rw-r--r-- | usr.bin/rwall/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/rwall/rwall.1 | 2 | ||||
-rw-r--r-- | usr.bin/rwall/rwall.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index 4e448dbd2ca7..0ca9e4fc40b0 100644 --- a/usr.bin/rwall/Makefile +++ b/usr.bin/rwall/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rwall/Makefile,v 1.6 2004/02/04 11:59:07 ru Exp $ PROG = rwall diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 2de83d4c2711..e08884699791 100644 --- a/usr.bin/rwall/rwall.1 +++ b/usr.bin/rwall/rwall.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rwall.1 6.7 (Berkeley) 4/23/91 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rwall/rwall.1,v 1.15 2004/07/04 20:55:50 ru Exp $ .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index d5a1c1d86d94..d6ed9adfd587 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -43,7 +43,7 @@ static const char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rwall/rwall.c,v 1.13 2003/10/26 04:57:32 peter Exp $"); /* * This program is not related to David Wall, whose Stanford Ph.D. thesis |