diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
commit | 3b842d34e82312a8004a7ecd65ccdb837ef72ac1 (patch) | |
tree | 09d2a69509b3515b773279fd0db04acc03aee4db /usr.bin/users | |
parent | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (diff) | |
download | FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.zip FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.bin/users')
-rw-r--r-- | usr.bin/users/users.1 | 2 | ||||
-rw-r--r-- | usr.bin/users/users.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/users/users.1 b/usr.bin/users/users.1 index 1542aa95..8749607 100644 --- a/usr.bin/users/users.1 +++ b/usr.bin/users/users.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)users.1 8.1 (Berkeley) 6/6/93 -.\" $Id$ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt USERS 1 diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c index a3ab2b5..7acb268 100644 --- a/usr.bin/users/users.c +++ b/usr.bin/users/users.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)users.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: users.c,v 1.3 1997/08/22 06:50:33 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |