diff options
-rw-r--r-- | share/man/man7/hier.7 | 9 | ||||
-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 |
5 files changed, 20 insertions, 13 deletions
diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 7e3b21e608f..d80663dfd0c 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.12 1999/10/07 18:43:24 aaron Exp $ +.\" $OpenBSD: hier.7,v 1.13 1999/10/07 19:15:25 aaron Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -387,13 +387,10 @@ Temporary files that are kept between system reboots. .Sh SEE ALSO .Xr apropos 1 , .Xr find 1 , -.Xr finger 1 , -.Xr grep 1 , -.Xr ls 1 , +.Xr locate 1 , .Xr whatis 1 , .Xr whereis 1 , -.Xr which 1 , -.Xr fsck 8 +.Xr which 1 .Sh HISTORY A .Nm 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 |