Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/paste * Create separate section with macro for EXIT ...



details:   https://anonhg.NetBSD.org/src/rev/54439115fec9
branches:  trunk
changeset: 785956:54439115fec9
user:      jdf <jdf%NetBSD.org@localhost>
date:      Sun Apr 07 17:40:16 2013 +0000

description:
* Create separate section with macro for EXIT STATUS
 * Additionally reference join(1)
Patch supplied by Bug Hunting.

diffstat:

 usr.bin/paste/paste.1 |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r b0f79a93aaa8 -r 54439115fec9 usr.bin/paste/paste.1
--- a/usr.bin/paste/paste.1     Sun Apr 07 17:37:45 2013 +0000
+++ b/usr.bin/paste/paste.1     Sun Apr 07 17:40:16 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: paste.1,v 1.7 2003/08/07 11:15:28 agc Exp $
+.\"    $NetBSD: paste.1,v 1.8 2013/04/07 17:40:16 jdf Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"    from: @(#)paste.1       8.1 (Berkeley) 6/6/93
-.\"    $NetBSD: paste.1,v 1.7 2003/08/07 11:15:28 agc Exp $
+.\"    $NetBSD: paste.1,v 1.8 2013/04/07 17:40:16 jdf Exp $
 .\"
 .Dd June 6, 1993
 .Dt PASTE 1
@@ -104,12 +104,11 @@
 input is used; standard input is read one line at a time, circularly,
 for each instance of
 .Ql Fl .
-.Pp
-The
-.Nm
-utility exits 0 on success, and \*[Gt]0 if an error occurs.
+.Sh EXIT STATUS
+.Ex -std
 .Sh SEE ALSO
-.Xr cut 1
+.Xr cut 1 ,
+.Xr join 1
 .Sh STANDARDS
 The
 .Nm



Home | Main Index | Thread Index | Old Index