summaryrefslogtreecommitdiff
path: root/usr.bin/join/join.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-05 00:28:59 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-05 00:28:59 +0000
commitd42b8335945a579054f42dc44eb007664e15236f (patch)
tree7f180087c945146ff72b245dc58ebe19990adac4 /usr.bin/join/join.1
parentcb331a5fc3503bef1db7700c5754efd395dae2ad (diff)
Finish standardizing options list introduction.
Diffstat (limited to 'usr.bin/join/join.1')
-rw-r--r--usr.bin/join/join.115
1 files changed, 8 insertions, 7 deletions
diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1
index e462a8fe590..a9a261a54f5 100644
--- a/usr.bin/join/join.1
+++ b/usr.bin/join/join.1
@@ -84,7 +84,8 @@ The default output field separator is a single space character.
Many of the options use file and field numbers.
Both file numbers and field numbers are 1 based, i.e., the first file on
the command line is file number 1 and the first field is field number 1.
-The following options are available:
+.Pp
+The options are as follows:
.Bl -tag -width Fl
.It Fl a Ar file_number
In addition to the default output, produce a line for each unpairable
@@ -211,15 +212,15 @@ This has obvious difficulties in the presence of files named
.Pp
These options are available only so historic shell scripts don't require
modification and should not be used.
-.Sh STANDARDS
-The
-.Nm
-command is expected to be
-.St -p1003.2
-compatible.
.Sh SEE ALSO
.Xr awk 1 ,
.Xr comm 1 ,
.Xr paste 1 ,
.Xr sort 1 ,
.Xr uniq 1
+.Sh STANDARDS
+The
+.Nm
+command is expected to be
+.St -p1003.2
+compatible.