summaryrefslogtreecommitdiff
path: root/usr.bin/join/join.1
diff options
context:
space:
mode:
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.