diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:08:13 +0000 |
| commit | c3aac50f284c6cca5b4f2eb46aaa13812cb8b630 (patch) | |
| tree | 399ca96df93caf6a718d5c0499575d187c3c753c /usr.bin/su | |
| parent | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (diff) | |
Notes
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 2ffba8c85145a..33064a4e089da 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.22 1999/08/13 16:51:40 sheldonh Exp $ +# $FreeBSD$ PROG= su SRCS= su.c diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 78ce5f15bd1bf..c7a05977a3510 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 -.\" $Id: su.1,v 1.14 1998/06/08 05:29:51 jkoshy Exp $ +.\" $FreeBSD$ .\" .\" this is for hilit19's braindeadness: " .Dd April 18, 1994 diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 72ace26566332..2e5651e9bfc0e 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: su.c,v 1.31 1999/07/02 11:20:59 bde Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |
