Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/seq * Punctuation



details:   https://anonhg.NetBSD.org/src/rev/b0f79a93aaa8
branches:  trunk
changeset: 785955:b0f79a93aaa8
user:      jdf <jdf%NetBSD.org@localhost>
date:      Sun Apr 07 17:37:45 2013 +0000

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

diffstat:

 usr.bin/seq/seq.1 |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 55211c03dff9 -r b0f79a93aaa8 usr.bin/seq/seq.1
--- a/usr.bin/seq/seq.1 Sun Apr 07 17:19:39 2013 +0000
+++ b/usr.bin/seq/seq.1 Sun Apr 07 17:37:45 2013 +0000
@@ -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 @@
 When
 .Ar first
 is larger than
-.Ar last
+.Ar last ,
 the default
 .Ar incr
 is -1.
@@ -129,10 +129,8 @@
 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



Home | Main Index | Thread Index | Old Index