summaryrefslogtreecommitdiff
path: root/usr.bin/uniq
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1998-07-24 04:57:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1998-07-24 04:57:32 +0000
commita8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch)
treecbb644b4992b30708378efe709bfa84fe6caddf4 /usr.bin/uniq
parent95b66175a329d81a892710c81f126f1071ac17a0 (diff)
Diffstat (limited to 'usr.bin/uniq')
-rw-r--r--usr.bin/uniq/uniq.12
-rw-r--r--usr.bin/uniq/uniq.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1
index 9ace8541bac3..9a7a7d8a1120 100644
--- a/usr.bin/uniq/uniq.1
+++ b/usr.bin/uniq/uniq.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93
-.\" $Id$
+.\" $Id: uniq.1,v 1.1.1.1.8.2 1998/03/08 14:07:56 jkh Exp $
.\"
.Dd June 6, 1993
.Dt UNIQ 1
diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c
index 3db287ab12bb..308bd6a5710c 100644
--- a/usr.bin/uniq/uniq.c
+++ b/usr.bin/uniq/uniq.c
@@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)uniq.c 8.3 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$Id: uniq.c,v 1.5 1998/03/08 20:56:43 ache Exp $";
+ "$Id: uniq.c,v 1.1.1.1.8.4 1998/03/08 20:59:33 ache Exp $";
#endif /* not lint */
#include <ctype.h>