aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tail
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
commit3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch)
tree4114cadb7556687c77484c7507ab5f541eb9b1ca /usr.bin/tail
parentf8d4987d7271c1003cce92715022709505f995c7 (diff)
This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs
'RELENG_5_3_0_RELEASE'. This commit was manufactured to restore the state of the 5.3-RELEASE image.
Diffstat (limited to 'usr.bin/tail')
-rw-r--r--usr.bin/tail/Makefile2
-rw-r--r--usr.bin/tail/extern.h2
-rw-r--r--usr.bin/tail/forward.c2
-rw-r--r--usr.bin/tail/misc.c2
-rw-r--r--usr.bin/tail/read.c2
-rw-r--r--usr.bin/tail/reverse.c2
-rw-r--r--usr.bin/tail/tail.12
-rw-r--r--usr.bin/tail/tail.c2
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 8ad21ecd8aba..b53d143209c3 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 2002/03/22 01:42:32 imp Exp $
*/
#define WR(p, size) do { \
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c
index 883ea9a3a145..0e6b06d126e6 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 2003/08/14 11:02:03 dg 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 2a3ee1365e74..c85169d33ac8 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 2002/07/14 18:21:07 alfred Exp $");
#ifndef lint
static const char copyright[] =