diff options
Diffstat (limited to 'usr.bin/strip')
-rw-r--r-- | usr.bin/strip/strip.1 | 2 | ||||
-rw-r--r-- | usr.bin/strip/strip.1aout | 2 | ||||
-rw-r--r-- | usr.bin/strip/strip.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index de225ab..e91d6d9 100644 --- a/usr.bin/strip/strip.1 +++ b/usr.bin/strip/strip.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strip.1 8.1 (Berkeley) 6/6/93 -.\" $Id: strip.1,v 1.5 1997/02/22 19:57:13 peter Exp $ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt STRIP 1 diff --git a/usr.bin/strip/strip.1aout b/usr.bin/strip/strip.1aout index de225ab..e91d6d9 100644 --- a/usr.bin/strip/strip.1aout +++ b/usr.bin/strip/strip.1aout @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)strip.1 8.1 (Berkeley) 6/6/93 -.\" $Id: strip.1,v 1.5 1997/02/22 19:57:13 peter Exp $ +.\" $FreeBSD$ .\" .Dd June 6, 1993 .Dt STRIP 1 diff --git a/usr.bin/strip/strip.c b/usr.bin/strip/strip.c index 7baf965..03ba76c 100644 --- a/usr.bin/strip/strip.c +++ b/usr.bin/strip/strip.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)strip.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: strip.c,v 1.10 1997/03/29 04:32:36 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |