summaryrefslogtreecommitdiff
path: root/usr.bin/find
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
commit7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch)
tree3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /usr.bin/find
parent172a0f0d163415e05ea07968167b11145975a6cb (diff)
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.h2
-rw-r--r--usr.bin/find/function.c2
-rw-r--r--usr.bin/find/option.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile
index 0b7db3630bf6..f1c43179c340 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 2000/02/05 18:42:34 joe Exp $
PROG= find
SRCS= find.c function.c ls.c main.c misc.c operator.c option.c setflags.c
diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h
index 8119e322f79f..2cb4ffb7ee95 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 1999/12/19 15:43:18 roberto Exp $
*/
#include <sys/cdefs.h>
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index d605e1986cac..803d5a605af2 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 2000/03/01 10:48:32 nik Exp $
.\"
.Dd May 9, 1995
.Dt FIND 1
diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h
index b6e2eab86b6d..8630fb3dd1ca 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 1999/12/19 15:43:18 roberto Exp $
*/
/* node type */
diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c
index 0dad26bb491c..163fa1f7de3b 100644
--- a/usr.bin/find/function.c
+++ b/usr.bin/find/function.c
@@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95";
-static char rcsid[] = "$FreeBSD$";
+static char rcsid[] = "$FreeBSD: src/usr.bin/find/function.c,v 1.22 2000/02/05 18:42:34 joe Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c
index b1ebd4583cdc..6720be27e649 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 1999/12/19 15:43:19 roberto Exp $";
#endif /* not lint */
#include <sys/types.h>