=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/join/join.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/join/join.1 1997/01/15 00:01:22 1.4 --- src/usr.bin/join/join.1 1998/09/26 19:54:55 1.5 *************** *** 93,101 **** 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 each line with matching join fields. Each element of .Ar list --- 93,99 ---- Replace empty output fields with .Ar string . .It Fl o Ar list ! Specifies the fields that will be output from each file for each line with matching join fields. Each element of .Ar list *************** *** 161,167 **** .Pp The .Nm join ! utility exits 0 on success, and >0 if an error occurs. .Sh COMPATIBILITY For compatibility with historic versions of .Nm join , --- 159,165 ---- .Pp The .Nm join ! utility exits 0 on success or >0 if an error occurred. .Sh COMPATIBILITY For compatibility with historic versions of .Nm join , *************** *** 199,205 **** 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 modification and should not be used. .Sh STANDARDS The --- 197,203 ---- This has obvious difficulties in the presence of files named ``1.2''. .El .Pp ! These options are available only so historic shell scripts don't require modification and should not be used. .Sh STANDARDS The