summaryrefslogtreecommitdiff
path: root/usr.bin/strings
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/strings')
-rw-r--r--usr.bin/strings/strings.12
-rw-r--r--usr.bin/strings/strings.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/strings/strings.1 b/usr.bin/strings/strings.1
index df660b0c333ff..a2ec0f2ff080d 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 1999/08/28 01:05:50 peter Exp $
.\"
.Dd June 6, 1993
.Dt STRINGS 1
diff --git a/usr.bin/strings/strings.c b/usr.bin/strings/strings.c
index 6a49d632035ee..c3703536a90ea 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 1999/08/28 01:05:51 peter Exp $";
#endif /* not lint */
#include <sys/types.h>