aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/id
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
commita9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch)
tree50188ea5c781ddc35338e77f24e94f1aa22aae1c /usr.bin/id
parentba209d619d07461cc752dcdd596ab0d9b50e847a (diff)
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'. This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'usr.bin/id')
-rw-r--r--usr.bin/id/Makefile2
-rw-r--r--usr.bin/id/groups.12
-rw-r--r--usr.bin/id/id.12
-rw-r--r--usr.bin/id/id.c2
-rw-r--r--usr.bin/id/whoami.12
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile
index 96c162f7565a..2420f94fc607 100644
--- a/usr.bin/id/Makefile
+++ b/usr.bin/id/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/id/Makefile,v 1.12 2006/09/23 12:30:31 rwatson Exp $
.include <bsd.own.mk>
diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1
index 771b0d0c0c3b..00c030ba8d2c 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.10 2006/12/23 17:14:01 ru Exp $
.\"
.Dd June 6, 1993
.Dt GROUPS 1
diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1
index b14e4e56cbfa..c92c29a9c366 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.18 2006/09/26 22:28:12 ceri Exp $
.\"
.Dd September 26, 2006
.Dt ID 1
diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c
index d18e8b0ea788..f54c11063f0e 100644
--- a/usr.bin/id/id.c
+++ b/usr.bin/id/id.c
@@ -43,7 +43,7 @@ static char sccsid[] = "@(#)id.c 8.2 (Berkeley) 2/16/94";
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/id/id.c,v 1.33.2.1 2007/10/30 13:17:02 csjp Exp $");
#include <sys/param.h>
#include <sys/mac.h>
diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1
index 958570df5fcc..568fbaf147c1 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.9 2005/01/17 07:44:19 ru Exp $
.\"
.Dd June 6, 1993
.Dt WHOAMI 1