aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/find.12
-rw-r--r--usr.bin/find/option.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 631260788d64..6be39e4ccfe1 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/find/find.1,v 1.18.2.2 1999/08/29 15:27:52 peter Exp $
.\"
.Dd May 9, 1995
.Dt FIND 1
diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c
index c6cb12ef1297..d2d8fe1bb6a1 100644
--- a/usr.bin/find/option.c
+++ b/usr.bin/find/option.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)option.c 8.2 (Berkeley) 4/16/94";
*/
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/find/option.c,v 1.7.2.1 1999/08/29 15:27:53 peter Exp $";
#endif /* not lint */
#include <sys/types.h>