diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.bin/su | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (diff) | |
Diffstat (limited to 'usr.bin/su')
| -rw-r--r-- | usr.bin/su/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/su/su.1 | 2 | ||||
| -rw-r--r-- | usr.bin/su/su.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 90b3123dcc59..0fbc5f042bce 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/su/Makefile,v 1.39 2004/02/02 18:01:19 ru Exp $ PROG= su diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 53b04929d3f1..f52ef984083e 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)su.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/su/su.1,v 1.33.2.1 2004/10/15 22:31:56 simon Exp $ .\" .Dd October 3, 2004 .Dt SU 1 diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index f6e0c86c387b..5320c4d5ded1 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -74,7 +74,7 @@ static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/su/su.c,v 1.75.2.1 2005/02/13 21:15:15 rwatson Exp $"); #include <sys/param.h> #include <sys/time.h> |
