[BACK]Return to join.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / join

Diff for /src/usr.bin/join/join.1 between version 1.7 and 1.8

version 1.7, 2000/03/04 22:19:24 version 1.8, 2000/03/05 00:28:53
Line 84 
Line 84 
 Many of the options use file and field numbers.  Many of the options use file and field numbers.
 Both file numbers and field numbers are 1 based, i.e., the first file on  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 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  .Bl -tag -width Fl
 .It Fl a Ar file_number  .It Fl a Ar file_number
 In addition to the default output, produce a line for each unpairable  In addition to the default output, produce a line for each unpairable
Line 211 
Line 212 
 .Pp  .Pp
 These options are available only so historic shell scripts don't require  These options are available only so historic shell scripts don't require
 modification and should not be used.  modification and should not be used.
 .Sh STANDARDS  
 The  
 .Nm  
 command is expected to be  
 .St -p1003.2  
 compatible.  
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr awk 1 ,  .Xr awk 1 ,
 .Xr comm 1 ,  .Xr comm 1 ,
 .Xr paste 1 ,  .Xr paste 1 ,
 .Xr sort 1 ,  .Xr sort 1 ,
 .Xr uniq 1  .Xr uniq 1
   .Sh STANDARDS
   The
   .Nm
   command is expected to be
   .St -p1003.2
   compatible.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8