summaryrefslogtreecommitdiff
path: root/usr.bin/strings
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-07-03 13:01:43 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-07-03 13:01:43 +0000
commit6dde85226565322f6651945e2b1205a7ff770536 (patch)
tree2ea5e05a3721d70eac53686e4099e293bf209718 /usr.bin/strings
parent148a348454a0bbec0dab6f790e7d47c9850c0128 (diff)
Diffstat (limited to 'usr.bin/strings')
-rw-r--r--usr.bin/strings/Makefile2
-rw-r--r--usr.bin/strings/strings.12
-rw-r--r--usr.bin/strings/strings.1aout2
-rw-r--r--usr.bin/strings/strings.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile
index 04b3f022c321..affaaa00ebe5 100644
--- a/usr.bin/strings/Makefile
+++ b/usr.bin/strings/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/strings/Makefile,v 1.3.6.1 2001/04/25 11:29:40 ru Exp $
PROG= strings
MAN= strings.1aout
diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1
index 3b820ba7feb9..1e1e7f19d256 100644
--- a/usr.bin/strings/strings.1
+++ b/usr.bin/strings/strings.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strings.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/strings/strings.1,v 1.4.2.2 2001/08/16 13:17:04 ru Exp $
.\"
.Dd June 6, 1993
.Dt STRINGS 1
diff --git a/usr.bin/strings/strings.1aout b/usr.bin/strings/strings.1aout
index 1e25258f80b7..d51c680abc5f 100644
--- a/usr.bin/strings/strings.1aout
+++ b/usr.bin/strings/strings.1aout
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strings.1 8.1 (Berkeley) 6/6/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/strings/strings.1aout,v 1.2.6.1 2001/08/16 13:17:04 ru Exp $
.\"
.Dd June 6, 1993
.Dt STRINGS 1
diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c
index 128292f22b4d..85e08849b1f2 100644
--- a/usr.bin/strings/strings.c
+++ b/usr.bin/strings/strings.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)strings.c 8.2 (Berkeley) 1/28/94";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/strings/strings.c,v 1.8.2.1 2001/03/04 09:05:54 kris Exp $";
#endif /* not lint */
#include <sys/types.h>