aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/more
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-25 00:20:49 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-25 00:20:49 +0000
commit8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch)
tree85f35fe64386fc1f5eb60327eb5c614a04d1adae /usr.bin/more
parentb4d1edeb37a573694fb661e8da9631ce60473a8d (diff)
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'. This commit was manufactured to restore the state of the 3.5-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 cb7c4e2a1c64..e7fff3c807f8 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.4 2000/05/09 03:57:14 hoek Exp $";
#endif /* not lint */
/*
diff --git a/usr.bin/more/more.1 b/usr.bin/more/more.1
index 7b8fa27da1b8..27856a9bc742 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.7 2000/03/06 11:34:50 sheldonh 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>