Module Name: src
Committed By: jdf
Date: Sun Apr 7 17:40:16 UTC 2013
Modified Files:
src/usr.bin/paste: paste.1
Log Message:
* Create separate section with macro for EXIT STATUS
* Additionally reference join(1)
Patch supplied by Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/paste/paste.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/paste/paste.1
diff -u src/usr.bin/paste/paste.1:1.7 src/usr.bin/paste/paste.1:1.8
--- src/usr.bin/paste/paste.1:1.7 Thu Aug 7 11:15:28 2003
+++ src/usr.bin/paste/paste.1 Sun Apr 7 17:40:16 2013
@@ -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 @@ is specified for one or more of the inpu
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