diff options
Diffstat (limited to 'usr.bin/ranlib')
| -rw-r--r-- | usr.bin/ranlib/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/ranlib/build.c | 2 | ||||
| -rw-r--r-- | usr.bin/ranlib/misc.c | 2 | ||||
| -rw-r--r-- | usr.bin/ranlib/ranlib.1 | 2 | ||||
| -rw-r--r-- | usr.bin/ranlib/ranlib.1aout | 2 | ||||
| -rw-r--r-- | usr.bin/ranlib/ranlib.5 | 2 | ||||
| -rw-r--r-- | usr.bin/ranlib/ranlib.c | 2 | ||||
| -rw-r--r-- | usr.bin/ranlib/touch.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile index d92341661064..5cc64347c2a2 100644 --- a/usr.bin/ranlib/Makefile +++ b/usr.bin/ranlib/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ranlib/Makefile,v 1.7.2.1 2001/04/25 11:29:33 ru Exp $ PROG= ranlib SRCS= archive.c build.c misc.c ranlib.c touch.c diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c index b4d8bc69a8ee..e3b1f63af5d0 100644 --- a/usr.bin/ranlib/build.c +++ b/usr.bin/ranlib/build.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)build.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ranlib/build.c,v 1.7 1999/08/28 01:05:01 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c index 19b4854cbfa7..41038e9c36a1 100644 --- a/usr.bin/ranlib/misc.c +++ b/usr.bin/ranlib/misc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ranlib/misc.c,v 1.5 1999/08/28 01:05:02 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1 index cac26f8b04ed..2edbfd09e506 100644 --- a/usr.bin/ranlib/ranlib.1 +++ b/usr.bin/ranlib/ranlib.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ranlib.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ranlib/ranlib.1,v 1.7.2.2 2001/03/06 12:52:55 ru Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.1aout b/usr.bin/ranlib/ranlib.1aout index cac26f8b04ed..ee08f4fa5e7e 100644 --- a/usr.bin/ranlib/ranlib.1aout +++ b/usr.bin/ranlib/ranlib.1aout @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ranlib.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ranlib/ranlib.1aout,v 1.7.2.1 2001/03/06 12:52:55 ru Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 1 diff --git a/usr.bin/ranlib/ranlib.5 b/usr.bin/ranlib/ranlib.5 index 3559a2633740..bf77daf2be04 100644 --- a/usr.bin/ranlib/ranlib.5 +++ b/usr.bin/ranlib/ranlib.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ranlib.5.5 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ranlib/ranlib.5,v 1.4.2.1 2001/12/14 15:53:31 ru Exp $ .\" .Dd June 6, 1993 .Dt RANLIB 5 diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c index 6177984705f7..2095d1ec64ae 100644 --- a/usr.bin/ranlib/ranlib.c +++ b/usr.bin/ranlib/ranlib.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ranlib.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ranlib/ranlib.c,v 1.5.2.1 2001/03/04 08:56:30 kris Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c index b062e087c4fe..9e13c32d90d9 100644 --- a/usr.bin/ranlib/touch.c +++ b/usr.bin/ranlib/touch.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ranlib/touch.c,v 1.6 1999/08/28 01:05:04 peter Exp $"; #endif /* not lint */ #include <sys/types.h> |
