aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/users
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/users')
-rw-r--r--usr.bin/users/Makefile2
-rw-r--r--usr.bin/users/users.12
-rw-r--r--usr.bin/users/users.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile
index 3d6524bc7a29..2ce34fbc9cf6 100644
--- a/usr.bin/users/Makefile
+++ b/usr.bin/users/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/users/Makefile,v 1.3 2001/12/11 23:27:23 markm Exp $
PROG= users
diff --git a/usr.bin/users/users.1 b/usr.bin/users/users.1
index c3454c6784d0..5d3c5c85d525 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
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/users/users.1,v 1.7 2002/04/20 12:17:49 charnier Exp $
.\"
.Dd June 6, 1993
.Dt USERS 1
diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c
index c90bfbdc149d..476c954be77a 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[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/users/users.c,v 1.8 2002/09/04 23:29:09 dwmalone Exp $";
#endif /* not lint */
#include <sys/types.h>