diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-05-15 11:22:42 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-05-15 11:22:42 +0000 |
commit | 715f4140387bbdb98af9a6f39ad3e9cf89821b51 (patch) | |
tree | 9a0e3dabdb81983b2ed7ce2c87422022f63533e5 /usr.bin/which | |
parent | b50e2230766edc054da2ed180c11e1f99bc5e095 (diff) | |
download | FreeBSD-src-715f4140387bbdb98af9a6f39ad3e9cf89821b51.zip FreeBSD-src-715f4140387bbdb98af9a6f39ad3e9cf89821b51.tar.gz |
Add cross references for find(1), locate(1), whereis(1) and which(1).
Submitted by: Josh Gillam <josh@quick.net>
PR: docs/6642
Diffstat (limited to 'usr.bin/which')
-rw-r--r-- | usr.bin/which/which.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index ededd87..67691c9 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: which.1,v 1.9 1997/08/26 11:13:38 charnier Exp $ +.\" $Id: which.1,v 1.10 1998/03/23 07:47:49 charnier Exp $ .Dd January 26, 1995 .Dt WHICH 1 .Os FreeBSD @@ -58,6 +58,9 @@ The command first appeared in .Fx 2.1 . .Sh SEE ALSO +.Xr find 1 , +.Xr locate 1 , +.Xr whereis 1 , .Xr perl 1 .Sh AUTHORS The PERL script for this more modern version of |