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/find | |
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/find')
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 4b17b6e..9757888 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $Id: find.1,v 1.13 1997/10/27 04:22:13 steve Exp $ +.\" $Id: find.1,v 1.14 1997/10/27 14:25:54 steve Exp $ .\" .Dd May 9, 1995 .Dt FIND 1 @@ -438,6 +438,8 @@ that are newer than ``ttt''. .Sh SEE ALSO .Xr chmod 1 , .Xr locate 1 , +.Xr whereis 1 , +.Xr which 1 , .Xr stat 2 , .Xr fts 3 , .Xr getgrent 3 , |