Module Name:    src
Committed By:   sevan
Date:           Thu Aug 18 22:55:28 UTC 2016

Modified Files:
        src/usr.bin/seq: seq.1

Log Message:
seq(1) first appeared in Research Unix 8th Edition, which was before Plan 9.
Generalise in stating that this version is not bug for bug compatible with other
implementations.
Bump date.
Via FreeBSD bug 181390 with feedback from Warren Block.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/seq/seq.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/seq/seq.1
diff -u src/usr.bin/seq/seq.1:1.8 src/usr.bin/seq/seq.1:1.9
--- src/usr.bin/seq/seq.1:1.8	Sun Apr  7 17:37:45 2013
+++ src/usr.bin/seq/seq.1	Thu Aug 18 22:55:28 2016
@@ -1,4 +1,4 @@
-.\"	$NetBSD: seq.1,v 1.8 2013/04/07 17:37:45 jdf Exp $
+.\"	$NetBSD: seq.1,v 1.9 2016/08/18 22:55:28 sevan Exp $
 .\"
 .\" Copyright (c) 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -28,7 +28,7 @@
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd May 27, 2010
+.Dd August 18, 2016
 .Dt SEQ 1
 .Os
 .Sh NAME
@@ -155,8 +155,8 @@ the default conversion is changed to
 .Sh HISTORY
 The
 .Nm
-command first appeared in
-.Tn "Plan 9 from Bell Labs" .
+command first appeared in Version\~8
+.At .
 A
 .Nm
 command appeared in
@@ -177,9 +177,4 @@ option does not handle the transition fr
 to exponent representation very well.
 The
 .Nm
-command is not bug for bug compatible with the
-.Tn "Plan 9 from Bell Labs"
-or
-.Tn GNU
-versions of
-.Nm .
+command is not bug for bug compatible with other implementations.

Reply via email to