* Create separate section with macro for EXIT STATUS

* Additionally reference join(1)
Patch supplied by Bug Hunting.
This commit is contained in:
jdf 2013-04-07 17:40:16 +00:00
parent 2c8eda201a
commit 4931818ff5

View File

@ -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 input files, the standard
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