summaryrefslogtreecommitdiff
path: root/usr.bin/more
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-16 01:59:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-16 01:59:46 +0000
commit838992f094ccde014679a7cfafc495840eb932a1 (patch)
treebb1da10609893e2c699e42919a3a51c02df9caf0 /usr.bin/more
parentbcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff)
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/Makefile2
-rw-r--r--usr.bin/more/option.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/more/Makefile b/usr.bin/more/Makefile
index e63efcf6009e..9bfaee3aedc8 100644
--- a/usr.bin/more/Makefile
+++ b/usr.bin/more/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id: Makefile,v 1.6 1997/02/22 19:56:17 peter Exp $
PROG= more
CFLAGS+=-I${.CURDIR} -DTERMIOS
diff --git a/usr.bin/more/option.c b/usr.bin/more/option.c
index 79fd849e2a36..9ab44789fe40 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 $";
+ "$Id: option.c,v 1.5 1998/07/25 05:58:04 hoek Exp $";
#endif /* not lint */
#include <stdio.h>