summaryrefslogtreecommitdiff
path: root/usr.bin/ranlib
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
commit2e61cbb7f50878e738849ea4384118c13733f09c (patch)
treee87cf98a8f654158f3ba922ed4d31607b79c4944 /usr.bin/ranlib
parent76b5366091f76c9bc73570149ef5055648fc2c39 (diff)
Diffstat (limited to 'usr.bin/ranlib')
-rw-r--r--usr.bin/ranlib/Makefile2
-rw-r--r--usr.bin/ranlib/build.c2
-rw-r--r--usr.bin/ranlib/misc.c2
-rw-r--r--usr.bin/ranlib/ranlib.12
-rw-r--r--usr.bin/ranlib/ranlib.1aout2
-rw-r--r--usr.bin/ranlib/ranlib.c2
-rw-r--r--usr.bin/ranlib/touch.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile
index 60ba526cff88..4e43c7342649 100644
--- a/usr.bin/ranlib/Makefile
+++ b/usr.bin/ranlib/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id: Makefile,v 1.6 1998/10/10 12:48:48 bde 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 eedb7215d08d..16f26283d99e 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[] =
- "$Id$";
+ "$Id: build.c,v 1.6 1997/08/04 06:48:23 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/ranlib/misc.c b/usr.bin/ranlib/misc.c
index 97e970de1140..086017fd1270 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[] =
- "$Id$";
+ "$Id: misc.c,v 1.4 1997/08/04 06:48:23 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/ranlib/ranlib.1 b/usr.bin/ranlib/ranlib.1
index 2d37924b7668..d1bee62b1625 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
-.\" $Id: ranlib.1,v 1.5 1997/02/22 19:56:39 peter Exp $
+.\" $Id: ranlib.1,v 1.6 1997/08/04 06:48:23 charnier Exp $
.\"
.Dd June 6, 1993
.Dt RANLIB 1
diff --git a/usr.bin/ranlib/ranlib.1aout b/usr.bin/ranlib/ranlib.1aout
index 2d37924b7668..b1f040ac956c 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
-.\" $Id: ranlib.1,v 1.5 1997/02/22 19:56:39 peter Exp $
+.\" $Id: ranlib.1aout,v 1.6 1997/08/04 06:48:23 charnier Exp $
.\"
.Dd June 6, 1993
.Dt RANLIB 1
diff --git a/usr.bin/ranlib/ranlib.c b/usr.bin/ranlib/ranlib.c
index 0b60eb1c68cc..eba319f403cc 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[] =
- "$Id$";
+ "$Id: ranlib.c,v 1.4 1997/08/04 06:48:24 charnier Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/usr.bin/ranlib/touch.c b/usr.bin/ranlib/touch.c
index bfb10f727616..1496fcbf5436 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[] =
- "$Id: touch.c,v 1.4 1997/08/04 06:48:25 charnier Exp $";
+ "$Id: touch.c,v 1.5 1998/07/06 21:01:29 bde Exp $";
#endif /* not lint */
#include <sys/types.h>