diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
| commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
| tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /usr.bin/tail | |
| parent | 99e934d3327f7c05890356105bbe793570b22829 (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 c8166936983d..c11dc8cae8fd 100644 --- a/usr.bin/tail/Makefile +++ b/usr.bin/tail/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tail/Makefile,v 1.4 2005/01/10 20:22:37 dwmalone 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 d9566807a529..52e38aecf4a3 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.9.2.1 2006/07/06 12:56:38 flz Exp $ */ #define WR(p, size) do { \ diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index e7bdd05b692b..122d60da6f4a 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.38.2.2 2006/07/06 12:56:38 flz 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 584e3d103eab..0bb8ecabf946 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.9 2005/01/10 20:19:46 dwmalone 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 ff66f78cf37e..9686248edb93 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.11 2004/11/03 15:23:11 paul 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 f0a52aa8bcc5..981dec692a93 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.19 2005/03/20 22:08:52 iedowse Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 12dadc48499c..3a2df414a575 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.12.2.1 2006/07/06 12:56:38 flz Exp $ .\" .Dd July 6, 2006 .Dt TAIL 1 diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index 2292c5fb8f21..14df1e1f9b27 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.21.2.1 2006/07/06 12:56:38 flz Exp $"); #ifndef lint static const char copyright[] = |
