summaryrefslogtreecommitdiff
path: root/usr.bin/more
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/Makefile2
-rw-r--r--usr.bin/more/ch.c2
-rw-r--r--usr.bin/more/command.c2
-rw-r--r--usr.bin/more/default.morerc2
-rw-r--r--usr.bin/more/input.c2
-rw-r--r--usr.bin/more/less.h2
-rw-r--r--usr.bin/more/less.morerc2
-rw-r--r--usr.bin/more/line.c2
-rw-r--r--usr.bin/more/linenum.c2
-rw-r--r--usr.bin/more/macro.c2
-rw-r--r--usr.bin/more/main.c2
-rw-r--r--usr.bin/more/more.12
-rw-r--r--usr.bin/more/most.morerc2
-rw-r--r--usr.bin/more/ncommand.c2
-rw-r--r--usr.bin/more/option.c2
-rw-r--r--usr.bin/more/output.c2
-rw-r--r--usr.bin/more/pathnames.h2
-rw-r--r--usr.bin/more/prim.c2
-rw-r--r--usr.bin/more/tags.c2
19 files changed, 19 insertions, 19 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile
index 354a0322b1f1..3f8ec6b0bb7d 100644
--- a/usr.bin/more/Makefile
+++ b/usr.bin/more/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/more/Makefile,v 1.9 1999/09/10 07:39:25 ru Exp $
#
PROG= more
diff --git a/usr.bin/more/ch.c b/usr.bin/more/ch.c
index 8bfc00940992..e7a505f40365 100644
--- a/usr.bin/more/ch.c
+++ b/usr.bin/more/ch.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ch.c 8.1 (Berkeley) 6/6/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/ch.c,v 1.8 1999/12/28 05:47:24 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/command.c b/usr.bin/more/command.c
index 646ffe6e264e..6b018e5adcc6 100644
--- a/usr.bin/more/command.c
+++ b/usr.bin/more/command.c
@@ -39,7 +39,7 @@ static char sccsid[] = "@(#)command.c 8.1 (Berkeley) 6/6/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/command.c,v 1.17 2000/01/08 18:11:05 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/default.morerc b/usr.bin/more/default.morerc
index 65f6db57c8cd..aec0b9b3cde4 100644
--- a/usr.bin/more/default.morerc
+++ b/usr.bin/more/default.morerc
@@ -26,7 +26,7 @@
# BUGS: a) There is no documentation (this is arguably a feature).
# b) There is no "map" command.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/more/default.morerc,v 1.2 1999/12/26 02:39:25 hoek Exp $
#
# The "deftog" is required to initialize more(1).
diff --git a/usr.bin/more/input.c b/usr.bin/more/input.c
index 1ecd34633efd..018d3a88af18 100644
--- a/usr.bin/more/input.c
+++ b/usr.bin/more/input.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/input.c,v 1.5 1999/09/03 22:31:15 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/less.h b/usr.bin/more/less.h
index f30abd9b5fc3..2bd05c22f49b 100644
--- a/usr.bin/more/less.h
+++ b/usr.bin/more/less.h
@@ -33,7 +33,7 @@
*
* @(#)less.h 8.1 (Berkeley) 6/6/93
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/more/less.h,v 1.6 1999/09/03 22:31:15 hoek Exp $
*/
#define MAXVARLENGTH (20)
diff --git a/usr.bin/more/less.morerc b/usr.bin/more/less.morerc
index 95fb9054cf05..e3980883cf38 100644
--- a/usr.bin/more/less.morerc
+++ b/usr.bin/more/less.morerc
@@ -5,7 +5,7 @@
#
# Some of this will/should/may be eventually merged into default.morerc.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/more/less.morerc,v 1.1 1999/09/03 22:31:15 hoek Exp $
#
# magic value indicating we should use ${sc_height}
diff --git a/usr.bin/more/line.c b/usr.bin/more/line.c
index f974e8303343..6f7eaa271567 100644
--- a/usr.bin/more/line.c
+++ b/usr.bin/more/line.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)line.c 8.1 (Berkeley) 6/6/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/line.c,v 1.7 1999/09/03 22:31:16 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/linenum.c b/usr.bin/more/linenum.c
index 84fa04b0c097..421396bc2a0b 100644
--- a/usr.bin/more/linenum.c
+++ b/usr.bin/more/linenum.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)linenum.c 8.1 (Berkeley) 6/6/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/linenum.c,v 1.4 1999/12/28 03:01:20 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/macro.c b/usr.bin/more/macro.c
index 78688fb2f4d5..b04a5252c31b 100644
--- a/usr.bin/more/macro.c
+++ b/usr.bin/more/macro.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/macro.c,v 1.2 1999/09/05 19:13:04 peter Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/main.c b/usr.bin/more/main.c
index cbe853c33cd8..89c7cd67d8ce 100644
--- a/usr.bin/more/main.c
+++ b/usr.bin/more/main.c
@@ -45,7 +45,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/7/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/main.c,v 1.14 1999/09/03 22:31:16 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/more.1 b/usr.bin/more/more.1
index dc78923343f8..bba256d77f67 100644
--- a/usr.bin/more/more.1
+++ b/usr.bin/more/more.1
@@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)more.1 8.2 (Berkeley) 4/18/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/more/more.1,v 1.18 2000/03/01 12:19:56 sheldonh Exp $
.\"
.Dd April 18, 1994
.Dt MORE 1
diff --git a/usr.bin/more/most.morerc b/usr.bin/more/most.morerc
index 781f73597b8b..3fd5d70389c6 100644
--- a/usr.bin/more/most.morerc
+++ b/usr.bin/more/most.morerc
@@ -3,7 +3,7 @@
# keys, in so far as more(1) is capable (which is not very far at the
# moment).
#
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/more/most.morerc,v 1.1 1999/09/03 22:31:17 hoek Exp $
#
# BUGS: It's extremely unlikely that more(1) will ever support multiple
# windows as most(1) does. Multiple windows is an editor function,
diff --git a/usr.bin/more/ncommand.c b/usr.bin/more/ncommand.c
index 830729ca2298..28bb6279bd8e 100644
--- a/usr.bin/more/ncommand.c
+++ b/usr.bin/more/ncommand.c
@@ -27,7 +27,7 @@
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/ncommand.c,v 1.6 1999/12/27 17:33:25 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c
index 1bb2202a94e9..9dcd5ca85ee6 100644
--- a/usr.bin/more/option.c
+++ b/usr.bin/more/option.c
@@ -37,7 +37,7 @@
static char sccsid[] = "@(#)option.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/option.c,v 1.7 1999/09/03 22:31:18 hoek Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.bin/more/output.c b/usr.bin/more/output.c
index cf07f09b225f..8287f27f5eb8 100644
--- a/usr.bin/more/output.c
+++ b/usr.bin/more/output.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)output.c 8.1 (Berkeley) 6/6/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/output.c,v 1.12 1999/09/03 22:31:18 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/pathnames.h b/usr.bin/more/pathnames.h
index 647ade649252..ddd3a22b38b4 100644
--- a/usr.bin/more/pathnames.h
+++ b/usr.bin/more/pathnames.h
@@ -32,7 +32,7 @@
*
* @(#)pathnames.h 8.1 (Berkeley) 6/6/93
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/more/pathnames.h,v 1.2 1999/09/03 22:31:18 hoek Exp $
*/
#include <paths.h>
diff --git a/usr.bin/more/prim.c b/usr.bin/more/prim.c
index eb76f95676b5..9c7db9d549c2 100644
--- a/usr.bin/more/prim.c
+++ b/usr.bin/more/prim.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)prim.c 8.1 (Berkeley) 6/6/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/prim.c,v 1.9 1999/09/03 22:31:19 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/tags.c b/usr.bin/more/tags.c
index 4a082e4fca7f..ac362fd06858 100644
--- a/usr.bin/more/tags.c
+++ b/usr.bin/more/tags.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tags.c 8.1 (Berkeley) 6/6/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/tags.c,v 1.8 1999/09/10 23:40:39 hoek Exp $";
#endif /* not lint */
#include <sys/types.h>