aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/id
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/id')
-rw-r--r--usr.bin/id/groups.12
-rw-r--r--usr.bin/id/groups.sh2
-rw-r--r--usr.bin/id/id.12
-rw-r--r--usr.bin/id/id.c2
-rw-r--r--usr.bin/id/whoami.12
-rw-r--r--usr.bin/id/whoami.sh2
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1
index 2402063e524f..70dcf58fa152 100644
--- a/usr.bin/id/groups.1
+++ b/usr.bin/id/groups.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)groups.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/id/groups.1,v 1.4.2.1 2000/06/30 09:51:45 ps Exp $
.\"
.Dd June 6, 1993
.Dt GROUPS 1
diff --git a/usr.bin/id/groups.sh b/usr.bin/id/groups.sh
index b6350be8057e..59a8a700d2ae 100644
--- a/usr.bin/id/groups.sh
+++ b/usr.bin/id/groups.sh
@@ -32,7 +32,7 @@
# SUCH DAMAGE.
#
# @(#)groups.sh 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/id/groups.sh,v 1.6 1999/08/28 01:02:06 peter Exp $
PATH=/bin:/usr/bin; export PATH
diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1
index 4e06136af00b..8521cf9aa591 100644
--- a/usr.bin/id/id.1
+++ b/usr.bin/id/id.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)id.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/id/id.1,v 1.7.2.1 2000/06/30 09:51:45 ps Exp $
.\"
.Dd June 6, 1993
.Dt ID 1
diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c
index 821d7018ca73..2328e4f7aee2 100644
--- a/usr.bin/id/id.c
+++ b/usr.bin/id/id.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)id.c 8.2 (Berkeley) 2/16/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/id/id.c,v 1.12 1999/09/06 20:07:12 billf Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1
index ff1cb486ac91..564ced04b449 100644
--- a/usr.bin/id/whoami.1
+++ b/usr.bin/id/whoami.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)whoami.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/id/whoami.1,v 1.4.2.1 2000/06/30 09:51:48 ps Exp $
.\"
.Dd June 6, 1993
.Dt WHOAMI 1
diff --git a/usr.bin/id/whoami.sh b/usr.bin/id/whoami.sh
index 9b18bac19953..e2c5562a37bd 100644
--- a/usr.bin/id/whoami.sh
+++ b/usr.bin/id/whoami.sh
@@ -32,7 +32,7 @@
# SUCH DAMAGE.
#
# @(#)whoami.sh 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/id/whoami.sh,v 1.6 1999/08/28 01:02:08 peter Exp $
PATH=/bin:/usr/bin; export PATH