Module Name:    src
Committed By:   jdf
Date:           Sun Apr  7 17:37:45 UTC 2013

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

Log Message:
 * Punctuation
 * Create separate section with macro for EXIT STATUS
Patch supplied by Bug Hunting.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/usr.bin/seq/seq.1:1.8
--- src/usr.bin/seq/seq.1:1.7	Thu May 27 08:30:35 2010
+++ src/usr.bin/seq/seq.1	Sun Apr  7 17:37:45 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: seq.1,v 1.7 2010/05/27 08:30:35 dholland Exp $
+.\"	$NetBSD: seq.1,v 1.8 2013/04/07 17:37:45 jdf Exp $
 .\"
 .\" Copyright (c) 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -58,7 +58,7 @@ as possible, in increments of
 When
 .Ar first
 is larger than
-.Ar last
+.Ar last ,
 the default
 .Ar incr
 is -1.
@@ -129,10 +129,8 @@ If any sequence numbers will be printed 
 the default conversion is changed to
 .Cm %e .
 .El
-.Pp
-The
-.Nm
-utility exits 0 on success and non-zero if an error occurs.
+.Sh EXIT STATUS
+.Ex -std
 .Sh EXAMPLES
 .Bd -literal -offset indent
 # seq 1 3

Reply via email to