aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/find')
-rw-r--r--usr.bin/find/Makefile2
-rw-r--r--usr.bin/find/extern.h2
-rw-r--r--usr.bin/find/find.12
-rw-r--r--usr.bin/find/find.c2
-rw-r--r--usr.bin/find/find.h2
-rw-r--r--usr.bin/find/function.c2
-rw-r--r--usr.bin/find/ls.c2
-rw-r--r--usr.bin/find/main.c2
-rw-r--r--usr.bin/find/misc.c2
-rw-r--r--usr.bin/find/option.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile
index e27e59ef73bf..b7ff240a8802 100644
--- a/usr.bin/find/Makefile
+++ b/usr.bin/find/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/find/Makefile,v 1.8.2.2 2000/06/28 02:33:16 joe Exp $
CFLAGS+= -Wall
PROG= find
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index 16832d424805..b068b39c4d65 100644
--- a/usr.bin/find/extern.h
+++ b/usr.bin/find/extern.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.3 (Berkeley) 4/16/94
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/find/extern.h,v 1.9.2.1 2000/06/23 18:38:46 roberto Exp $
*/
#include <sys/cdefs.h>
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index afc2ff532b85..0150991998d5 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/find/find.1,v 1.23.2.2 2000/06/23 18:38:46 roberto Exp $
.\"
.Dd May 9, 1995
.Dt FIND 1
diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c
index 159ae2af97af..11c0f21fa920 100644
--- a/usr.bin/find/find.c
+++ b/usr.bin/find/find.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94";
#else
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/find/find.c,v 1.7.6.1 2000/06/23 18:38:46 roberto Exp $";
#endif
#endif /* not lint */
diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h
index 35aadac69a8a..acd397ffa48d 100644
--- a/usr.bin/find/find.h
+++ b/usr.bin/find/find.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)find.h 8.1 (Berkeley) 6/6/93
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/find/find.h,v 1.6.2.2 2000/06/23 18:38:46 roberto Exp $
*/
/* node type */
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index 3aac87b66571..f93310c64609 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -39,7 +39,7 @@
static const char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95";
#else
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/find/function.c,v 1.22.2.4 2000/06/28 02:33:16 joe Exp $";
#endif
#endif /* not lint */
diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c
index 2335111f250f..4863c9cd8844 100644
--- a/usr.bin/find/ls.c
+++ b/usr.bin/find/ls.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/6/93";
#else
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/find/ls.c,v 1.5.6.1 2000/06/23 18:38:46 roberto Exp $";
#endif
#endif /* not lint */
diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c
index 2979026ec68b..0e1ada84f598 100644
--- a/usr.bin/find/main.c
+++ b/usr.bin/find/main.c
@@ -45,7 +45,7 @@ char copyright[] =
static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95";
#else
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/find/main.c,v 1.9.6.1 2000/06/23 18:38:46 roberto Exp $";
#endif
#endif /* not lint */
diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c
index 36045a3a5edd..2ad2ace83f8e 100644
--- a/usr.bin/find/misc.c
+++ b/usr.bin/find/misc.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94";
#else
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/find/misc.c,v 1.2.12.1 2000/06/23 18:38:46 roberto Exp $";
#endif
#endif /* not lint */
diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c
index 6ae15d38e1a6..f3f0b656f752 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.9.2.1 2000/06/23 18:38:46 roberto Exp $";
#endif /* not lint */
#include <sys/types.h>