diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-07 19:15:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-07 19:15:26 +0000 |
commit | 77ad68bbbd251a234cfcf06d9fb29344a1f16323 (patch) | |
tree | 1e11fe31714eb7e81f5c9b4a391c8f0ed5562c8e /usr.bin | |
parent | c5634bda67d5589d1a23b430cfe9e980b389ff48 (diff) |
Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., as
appropriate.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/find/find.1 | 4 | ||||
-rw-r--r-- | usr.bin/whatis/whatis.1 | 5 | ||||
-rw-r--r-- | usr.bin/which/whereis.1 | 8 | ||||
-rw-r--r-- | usr.bin/which/which.1 | 7 |
4 files changed, 17 insertions, 7 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 01331d4f3ce..f9270b46718 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.22 1999/06/05 01:21:25 aaron Exp $ +.\" $OpenBSD: find.1,v 1.23 1999/10/07 19:15:24 aaron Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -485,6 +485,8 @@ that are newer than .Sh SEE ALSO .Xr chmod 1 , .Xr locate 1 , +.Xr whereis 1 , +.Xr which 1 , .Xr stat 2 , .Xr fts 3 , .Xr getgrent 3 , diff --git a/usr.bin/whatis/whatis.1 b/usr.bin/whatis/whatis.1 index 08811b283da..da541aed721 100644 --- a/usr.bin/whatis/whatis.1 +++ b/usr.bin/whatis/whatis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whatis.1,v 1.4 1999/06/05 01:21:50 aaron Exp $ +.\" $OpenBSD: whatis.1,v 1.5 1999/10/07 19:15:25 aaron Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -99,7 +99,8 @@ name of the whatis database .Sh SEE ALSO .Xr apropos 1 , .Xr man 1 , -.Xr whereis 1 +.Xr whereis 1 , +.Xr which 1 .Sh HISTORY The .Nm diff --git a/usr.bin/which/whereis.1 b/usr.bin/which/whereis.1 index 2bb200289a1..926ff8ef526 100644 --- a/usr.bin/which/whereis.1 +++ b/usr.bin/which/whereis.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whereis.1,v 1.4 1999/06/05 01:21:50 aaron Exp $ +.\" $OpenBSD: whereis.1,v 1.5 1999/10/07 19:15:25 aaron Exp $ .\" $NetBSD: whereis.1,v 1.4 1995/08/31 21:54:51 jtc Exp $ .\" .\" Copyright (c) 1993 @@ -59,7 +59,8 @@ string. The .Nm utility exits with one of the following values: -.Bl -tag -width 4n +.Pp +.Bl -tag -width 4n -compact .It 0 All names were successfully resolved. .It 1 @@ -70,6 +71,9 @@ No names were resolved. A system error occurred. .El .Sh SEE ALSO +.Xr apropos 1 , +.Xr find 1 , +.Xr locate 1 , .Xr which 1 , .Xr sysctl 8 .Sh COMPATIBILITY diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 97a6f5e7ee4..6e77b4a1b46 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: which.1,v 1.10 1999/09/23 04:12:10 alex Exp $ +.\" $OpenBSD: which.1,v 1.11 1999/10/07 19:15:25 aaron Exp $ .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -57,7 +57,8 @@ will return a list of all matches instead of just the first match. The .Nm utility exits with one of the following values: -.Bl -tag -width 4n +.Pp +.Bl -tag -width 4n -compact .It 0 All names were successfully resolved. .It 1 @@ -98,6 +99,8 @@ with other shells like .Xr sh 1 . .Sh SEE ALSO .Xr csh 1 , +.Xr find 1 , +.Xr locate 1 , .Xr sh 1 , .Xr whereis 1 , .Xr environ 7 |