diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-05-07 17:51:10 +0000 |
| commit | e87a6b5d6805bf9f3f9faf53db0ba96345ef0f77 (patch) | |
| tree | 5d7f179f3d81639a2b00e739c98d784b98e1bfae /usr.bin/tail | |
| parent | bbe327aea67f046183f949450d6271765b9ebfb0 (diff) | |
Diffstat (limited to 'usr.bin/tail')
| -rw-r--r-- | usr.bin/tail/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/tail/extern.h | 2 | ||||
| -rw-r--r-- | usr.bin/tail/forward.c | 2 | ||||
| -rw-r--r-- | usr.bin/tail/misc.c | 2 | ||||
| -rw-r--r-- | usr.bin/tail/read.c | 2 | ||||
| -rw-r--r-- | usr.bin/tail/reverse.c | 2 | ||||
| -rw-r--r-- | usr.bin/tail/tail.1 | 2 | ||||
| -rw-r--r-- | usr.bin/tail/tail.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile index 9c55635781e4..d8a48993460c 100644 --- a/usr.bin/tail/Makefile +++ b/usr.bin/tail/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tail/Makefile,v 1.3 2002/07/15 09:53:34 alfred Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= tail diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h index 9c45a1b53490..bd62697e7057 100644 --- a/usr.bin/tail/extern.h +++ b/usr.bin/tail/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tail/extern.h,v 1.8.8.1 2005/01/17 15:14:19 delphij Exp $ */ #define WR(p, size) do { \ diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index 2bc841910acf..c8f4b983598d 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/forward.c,v 1.33.4.2 2005/01/18 14:17:07 delphij Exp $"); #ifndef lint static const char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 6d0ecdb7501e..918707499c11 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/misc.c,v 1.7 2001/12/12 00:01:16 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c index f904ef0bc74d..4407c436be6c 100644 --- a/usr.bin/tail/read.c +++ b/usr.bin/tail/read.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/read.c,v 1.10 2003/06/10 16:49:14 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index d8c45e99fd24..f6992d6e1f96 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/reverse.c,v 1.16 2002/04/13 20:59:48 dwmalone Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 0791e74334ba..8c75c40d7e7b 100644 --- a/usr.bin/tail/tail.1 +++ b/usr.bin/tail/tail.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tail.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tail/tail.1,v 1.11 2004/07/02 22:22:31 ru Exp $ .\" .Dd June 6, 1993 .Dt TAIL 1 diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index 9162d1712ba7..8597ae1eee64 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/tail.c,v 1.15.8.1 2005/01/17 15:14:19 delphij Exp $"); #ifndef lint static const char copyright[] = |
