summaryrefslogtreecommitdiff
path: root/usr.bin/join/join.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-26 19:55:11 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-26 19:55:11 +0000
commit35b8c5441dbdbf9465562df82c9de11047696692 (patch)
tree81689a62c3e6e7a060ba61bd33d269c76f555339 /usr.bin/join/join.1
parent20a6de4b72bedf5f37091105647ba765e6cc5b5f (diff)
usr.bin/ man page fixes, f-m.
Diffstat (limited to 'usr.bin/join/join.1')
-rw-r--r--usr.bin/join/join.18
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1
index a1855cf00d3..a41498fc0be 100644
--- a/usr.bin/join/join.1
+++ b/usr.bin/join/join.1
@@ -93,9 +93,7 @@ section.)
Replace empty output fields with
.Ar string .
.It Fl o Ar list
-The
-.Fl o
-option specifies the fields that will be output from each file for
+Specifies the fields that will be output from each file for
each line with matching join fields.
Each element of
.Ar list
@@ -161,7 +159,7 @@ is ``-'', the standard input is used.
.Pp
The
.Nm join
-utility exits 0 on success, and >0 if an error occurs.
+utility exits 0 on success or >0 if an error occurred.
.Sh COMPATIBILITY
For compatibility with historic versions of
.Nm join ,
@@ -199,7 +197,7 @@ option.
This has obvious difficulties in the presence of files named ``1.2''.
.El
.Pp
-These options are available only so historic shellscripts don't require
+These options are available only so historic shell scripts don't require
modification and should not be used.
.Sh STANDARDS
The