aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/more
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-16 08:26:13 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-16 08:26:13 +0000
commit5be28542797ac26e17de490f50e0830003596d38 (patch)
tree8069da00bdeed33ee5434671a0bae67379506370 /usr.bin/more
parente5eb97b547f5af1e2b6e4396933dc06b93d5590e (diff)
This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvs
'RELENG_3_3_0_RELEASE'. This commit was manufactured to restore the state of the 3.3-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/Makefile2
-rw-r--r--usr.bin/more/command.c2
-rw-r--r--usr.bin/more/decode.c2
-rw-r--r--usr.bin/more/input.c2
-rw-r--r--usr.bin/more/less.h2
-rw-r--r--usr.bin/more/line.c2
-rw-r--r--usr.bin/more/main.c2
-rw-r--r--usr.bin/more/more.12
-rw-r--r--usr.bin/more/option.c2
-rw-r--r--usr.bin/more/output.c2
-rw-r--r--usr.bin/more/prim.c2
-rw-r--r--usr.bin/more/tags.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile
index 79048432118c..2362b5e5f75b 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.6.2.1 1999/08/29 15:31:12 peter Exp $
PROG= more
CFLAGS+=-I${.CURDIR} -DTERMIOS
diff --git a/usr.bin/more/command.c b/usr.bin/more/command.c
index 0a400d881bc6..322d9f39da7b 100644
--- a/usr.bin/more/command.c
+++ b/usr.bin/more/command.c
@@ -38,7 +38,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.10.2.3 1999/08/29 15:31:13 peter Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/more/decode.c b/usr.bin/more/decode.c
index 4a3315275946..1c6f1771dc26 100644
--- a/usr.bin/more/decode.c
+++ b/usr.bin/more/decode.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)decode.c 8.1 (Berkeley) 6/6/93";
#ifndef lint
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/usr.bin/more/decode.c,v 1.1.1.1.10.3 1999/08/29 15:31:14 peter Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/input.c b/usr.bin/more/input.c
index 50e2031724ab..eacfd9574325 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.2.8.3 1999/08/29 15:31:15 peter Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/less.h b/usr.bin/more/less.h
index e17ec4038210..3d744bb0a945 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.2.10.3 1999/08/29 15:31:15 peter Exp $
*/
#define NULL_POSITION ((off_t)(-1))
diff --git a/usr.bin/more/line.c b/usr.bin/more/line.c
index 6b980739b1dc..c9383d0d915d 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.4.8.3 1999/08/29 15:31:16 peter Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/main.c b/usr.bin/more/main.c
index f7159eaafbb8..5f75806417a0 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.10.2.3 1999/08/29 15:31:16 peter Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/more.1 b/usr.bin/more/more.1
index 09bd03066c89..1c9bfafd11aa 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.7.2.6 1999/08/29 15:31:17 peter Exp $
.\"
.Dd April 18, 1994
.Dt MORE 1
diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c
index 53f332b9e6ce..b7f096f928f8 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.5.2.1 1999/08/29 15:31:17 peter Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.bin/more/output.c b/usr.bin/more/output.c
index 337a294e6b9a..d495897364ef 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.7.2.4 1999/08/29 15:31:18 peter Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/prim.c b/usr.bin/more/prim.c
index 03fcad8d408e..08b36baa158a 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.6.2.3 1999/08/29 15:31:19 peter Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/tags.c b/usr.bin/more/tags.c
index b0068b0e2f06..5eccfce7a265 100644
--- a/usr.bin/more/tags.c
+++ b/usr.bin/more/tags.c
@@ -39,7 +39,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.3.2.3 1999/08/29 15:31:19 peter Exp $";
#endif /* not lint */
#include <sys/types.h>