diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
commit | c3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch) | |
tree | 399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/rusers | |
parent | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff) | |
download | src-test2-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.tar.gz src-test2-c3aac50f284c6cca5b4f2eb46aaa13812cb8b630.zip |
Notes
Diffstat (limited to 'usr.bin/rusers')
-rw-r--r-- | usr.bin/rusers/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/rusers/rusers.1 | 2 | ||||
-rw-r--r-- | usr.bin/rusers/rusers.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index a6b753ff4e5a..6ec50ab8ea50 100644 --- a/usr.bin/rusers/Makefile +++ b/usr.bin/rusers/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG = rusers MAN1 = rusers.1 diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index 424971e3b03a..05044f57816b 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91 -.\" $Id: rusers.1,v 1.5 1997/02/22 19:56:52 peter Exp $ +.\" $FreeBSD$ .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 2ac8837aa2e4..a59abd62872d 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -33,7 +33,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rusers.c,v 1.6 1997/08/08 12:12:54 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |