diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 19:58:13 +0000 |
commit | f390c26dd9214a3602049fa55835b2d367ef60df (patch) | |
tree | 3065109edecd1d0133ded059802db9c9fcc2c8c5 /usr.bin/rwall | |
parent | ca6ca839826c278c3a8d7cc2a4f23c1fc68875b9 (diff) | |
download | FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.zip FreeBSD-src-f390c26dd9214a3602049fa55835b2d367ef60df.tar.gz |
Revert $FreeBSD$ to $Id$
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 d583df7..e81c30a 100644 --- a/usr.bin/rwall/Makefile +++ b/usr.bin/rwall/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG = rwall MAN1 = rwall.1 diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index ae0b06e..1531503 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$ +.\" $Id$ .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 0b0eaf2..fe0983a 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -40,7 +40,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91";*/ -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ /* |