summaryrefslogtreecommitdiffstats
path: root/usr.bin/more
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commit3b842d34e82312a8004a7ecd65ccdb837ef72ac1 (patch)
tree09d2a69509b3515b773279fd0db04acc03aee4db /usr.bin/more
parent76f0c923fe4b2a1616453876611dc76b4f6b5355 (diff)
downloadFreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.zip
FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.tar.gz
$Id$ -> $FreeBSD$
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 e63efcf..7904843 100644
--- a/usr.bin/more/Makefile
+++ b/usr.bin/more/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $FreeBSD$
PROG= more
CFLAGS+=-I${.CURDIR} -DTERMIOS
diff --git a/usr.bin/more/command.c b/usr.bin/more/command.c
index ba6430a..0a400d8 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[] =
- "$Id: command.c,v 1.12 1999/06/01 20:02:31 hoek Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>
diff --git a/usr.bin/more/decode.c b/usr.bin/more/decode.c
index 2d490fa..4a33152 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[] =
- "$Id: decode.c,v 1.2 1999/05/30 18:06:53 hoek Exp $";
+ "$FreeBSD$";
#endif /* not lint */
/*
diff --git a/usr.bin/more/input.c b/usr.bin/more/input.c
index b22c3d9..50e2031 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[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
/*
diff --git a/usr.bin/more/less.h b/usr.bin/more/less.h
index deb7ec5..e17ec40 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
*
- * $Id: less.h,v 1.3 1999/05/30 18:06:55 hoek Exp $
+ * $FreeBSD$
*/
#define NULL_POSITION ((off_t)(-1))
diff --git a/usr.bin/more/line.c b/usr.bin/more/line.c
index 88178bb..6b98073 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[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
/*
diff --git a/usr.bin/more/main.c b/usr.bin/more/main.c
index 52e81bf..f7159ea 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[] =
- "$Id: main.c,v 1.11 1999/05/30 18:06:56 hoek Exp $";
+ "$FreeBSD$";
#endif /* not lint */
/*
diff --git a/usr.bin/more/more.1 b/usr.bin/more/more.1
index c31a7c1..09bd030 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
-.\" $Id: more.1,v 1.11 1999/07/12 20:23:47 nik Exp $
+.\" $FreeBSD$
.\"
.Dd April 18, 1994
.Dt MORE 1
diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c
index 79fd849..53f332b 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[] =
- "$Id: option.c,v 1.4 1998/07/25 05:56:49 hoek Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <stdio.h>
diff --git a/usr.bin/more/output.c b/usr.bin/more/output.c
index 862dbc2..337a294 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[] =
- "$Id: output.c,v 1.9 1999/05/30 18:06:56 hoek Exp $";
+ "$FreeBSD$";
#endif /* not lint */
/*
diff --git a/usr.bin/more/prim.c b/usr.bin/more/prim.c
index bb81567..03fcad8 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[] =
- "$Id$";
+ "$FreeBSD$";
#endif /* not lint */
/*
diff --git a/usr.bin/more/tags.c b/usr.bin/more/tags.c
index c48c99f..1014d48 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[] =
- "$Id: tags.c,v 1.5 1999/06/04 19:35:22 hoek Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud