=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/join/join.1,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/join/join.1 2000/11/09 17:52:15 1.10 --- src/usr.bin/join/join.1 2000/11/10 05:10:30 1.11 *************** *** 1,4 **** ! .\" $OpenBSD: join.1,v 1.10 2000/11/09 17:52:15 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: join.1,v 1.11 2000/11/10 05:10:30 aaron Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. *************** *** 175,180 **** --- 175,186 ---- The .Nm utility exits 0 on success or >0 if an error occurred. + .Sh SEE ALSO + .Xr awk 1 , + .Xr comm 1 , + .Xr paste 1 , + .Xr sort 1 , + .Xr uniq 1 .Sh COMPATIBILITY For compatibility with historic versions of .Nm join , *************** *** 216,227 **** .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 --- 222,227 ----