diff options
Diffstat (limited to 'usr.bin/find')
| -rw-r--r-- | usr.bin/find/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/find/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/find/find.1 | 2 | ||||
| -rw-r--r-- | usr.bin/find/find.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/find.h | 2 | ||||
| -rw-r--r-- | usr.bin/find/function.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/getdate.y | 2 | ||||
| -rw-r--r-- | usr.bin/find/ls.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/main.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/misc.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/operator.c | 2 | ||||
| -rw-r--r-- | usr.bin/find/option.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index b59a09c59096..d418b04fce65 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.5 2003/01/22 03:26:34 peter Exp $ CFLAGS+=-Wall PROG= find diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index f200786159db..d909f1e617dc 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.4 2001/05/06 09:53:22 phk Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index f37130585d9b..10f232907772 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.22 2004/03/04 12:02:44 trhodes Exp $ .\" .Dd May 3, 2001 .Dt FIND 1 diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index b10715bdd622..6a14c92d7ea5 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.3 2001/05/06 09:53:22 phk Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index 025d5e692002..2658c4a9259c 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.7 2002/11/15 11:38:15 sheldonh Exp $ */ #include <regex.h> diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 8d37d85db064..0c8747bff3dd 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.11 2002/11/15 11:38:15 sheldonh Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/getdate.y b/usr.bin/find/getdate.y index 1531461d4a96..6870b7e91a24 100644 --- a/usr.bin/find/getdate.y +++ b/usr.bin/find/getdate.y @@ -12,7 +12,7 @@ /* SUPPRESS 287 on yaccpar_sccsid *//* Unused static variable */ /* SUPPRESS 288 on yyerrlab *//* Label unused */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/find/getdate.y,v 1.2.4.1 2003/01/22 03:26:34 peter Exp $ */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index e3d1cb09aa6c..9736a6205539 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.3 2002/03/12 19:34:50 phantom Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index ed5377c00fab..bad04a212ed6 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.2 2001/02/25 21:56:59 knu 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/operator.c b/usr.bin/find/operator.c index ab3708f6123f..a8feb8e3322e 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/find/operator.c,v 1.5.6.1 2001/05/06 09:53:22 phk Exp $ */ #ifndef lint diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index d13e2469c3a0..d5bd07a9f407 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.6 2003/02/22 16:33:24 des Exp $"; #endif /* not lint */ #include <sys/types.h> |
