=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/join/join.1,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/join/join.1 2000/03/04 22:19:24 1.7 --- src/usr.bin/join/join.1 2000/03/05 00:28:53 1.8 *************** *** 84,90 **** 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: .Bl -tag -width Fl .It Fl a Ar file_number In addition to the default output, produce a line for each unpairable --- 84,91 ---- 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. ! .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,225 **** .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 --- 212,226 ---- .Pp These options are available only so historic shell scripts don't require modification and should not be used. .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.