diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-07-03 13:01:43 +0000 |
| commit | 6dde85226565322f6651945e2b1205a7ff770536 (patch) | |
| tree | 2ea5e05a3721d70eac53686e4099e293bf209718 /usr.bin/tail | |
| parent | 148a348454a0bbec0dab6f790e7d47c9850c0128 (diff) | |
Diffstat (limited to 'usr.bin/tail')
| -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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h index 8c549a9f0bdc..d868034db6d7 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.4.6.2 2001/12/19 20:29:29 iedowse Exp $ */ #define WR(p, size) do { \ diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index c2f347c1197a..9661939a6644 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/forward.c,v 1.11.6.6 2001/12/19 20:29:31 iedowse Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 275acb9df241..2473234a1070 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/misc.c,v 1.4.8.2 2001/04/18 09:32:08 dwmalone Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c index c52644ae4120..16d926757513 100644 --- a/usr.bin/tail/read.c +++ b/usr.bin/tail/read.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/read.c,v 1.6.8.1 2001/01/24 08:41:14 ru Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index 83d21d9b00dd..2341d19be2c4 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/reverse.c,v 1.9.2.3 2001/12/19 20:29:31 iedowse Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 0439ca4981f6..ec35bb8497ac 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.5.2.3 2001/08/16 13:17:05 ru Exp $ .\" .Dd June 6, 1993 .Dt TAIL 1 diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index aaa6b0c5a0f3..1b109c80b930 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tail.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tail/tail.c,v 1.6.2.2 2001/12/19 20:29:31 iedowse Exp $"; #endif /* not lint */ #include <sys/types.h> |
