diff options
Diffstat (limited to 'bin/ls')
| -rw-r--r-- | bin/ls/Makefile | 2 | ||||
| -rw-r--r-- | bin/ls/cmp.c | 2 | ||||
| -rw-r--r-- | bin/ls/extern.h | 2 | ||||
| -rw-r--r-- | bin/ls/ls.1 | 2 | ||||
| -rw-r--r-- | bin/ls/ls.c | 2 | ||||
| -rw-r--r-- | bin/ls/ls.h | 2 | ||||
| -rw-r--r-- | bin/ls/print.c | 2 | ||||
| -rw-r--r-- | bin/ls/util.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/bin/ls/Makefile b/bin/ls/Makefile index 12a130daee0d..6b973adcb7da 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $FreeBSD$ +# $FreeBSD: src/bin/ls/Makefile,v 1.25 2003/06/13 07:04:02 markm Exp $ PROG= ls SRCS= cmp.c ls.c print.c util.c diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index 38690feb9a20..8d5a33eed1ed 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/cmp.c,v 1.12 2002/06/30 05:13:54 obrien Exp $"); #include <sys/types.h> diff --git a/bin/ls/extern.h b/bin/ls/extern.h index 788138d5a21e..e06cb550cac9 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/ls/extern.h,v 1.21 2003/05/03 16:39:33 markm Exp $ */ int acccmp(const FTSENT *, const FTSENT *); diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index e2a826a1dad5..9e633547e3f1 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ls.1 8.7 (Berkeley) 7/29/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/ls/ls.1,v 1.77 2003/12/01 19:10:29 obrien Exp $ .\" .Dd May 19, 2002 .Dt LS 1 diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 28eb59ab873c..984f2743d7d8 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/ls.c,v 1.75 2003/12/01 19:10:29 obrien Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/bin/ls/ls.h b/bin/ls/ls.h index 16c9ac9be324..98a41e5e68c4 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)ls.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/ls/ls.h,v 1.19 2002/10/24 00:07:30 rwatson Exp $ */ #define NO_PRINT 1 diff --git a/bin/ls/print.c b/bin/ls/print.c index fb8d71868ce3..ce2e4191be80 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/print.c,v 1.66 2003/10/16 07:07:20 tjr Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/bin/ls/util.c b/bin/ls/util.c index 0711b0b5961f..f331854df8e3 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ls/util.c,v 1.32 2003/09/09 12:02:52 tjr Exp $"); #include <sys/types.h> #include <sys/stat.h> |
