summaryrefslogtreecommitdiff
path: root/usr.bin/tail
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-21 05:50:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-21 05:50:02 +0000
commit1598515ece5ff1d40692c49b4a62801332aa8be1 (patch)
treead2cdc8d81a1a320072724c9959e53a092b6e5f2 /usr.bin/tail
parent157f0596b9d3a9a573cfce94aa43e80f12142fb9 (diff)
Diffstat (limited to 'usr.bin/tail')
-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
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h
index cdf6929d10bb..0fd7f37384e2 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.1 2001/04/18 09:32:08 dwmalone Exp $
*/
#define WR(p, size) do { \
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c
index ffca06a93b17..6f28ef220fe0 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.4 2001/04/18 09:32:08 dwmalone 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 24468dd1a23a..2cbb9692d9ea 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.2 2001/04/18 09:32:08 dwmalone Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1
index dc652c837228..09580907b831 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.2 2001/01/24 08:41:14 ru Exp $
.\"
.Dd June 6, 1993
.Dt TAIL 1
diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c
index 911dcda00bf5..44e4f3058115 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.1 2001/01/24 08:41:14 ru Exp $";
#endif /* not lint */
#include <sys/types.h>