diff options
author | 2001-04-23 15:30:25 +0000 | |
---|---|---|
committer | 2001-04-23 15:30:25 +0000 | |
commit | 392a06e7cfead6d203763377988910970ed344b4 (patch) | |
tree | 26b65f60fdf8e01a839b3304f0582168d1ba2f51 | |
parent | s = splimp(); ... s = splimp(); ... splx(x); ... splx(s); is a bad idea. (diff) | |
download | wireguard-openbsd-392a06e7cfead6d203763377988910970ed344b4.tar.xz wireguard-openbsd-392a06e7cfead6d203763377988910970ed344b4.zip |
Various man page fixes and improvements from gluk@
-rw-r--r-- | lib/libc/gen/getfsent.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 8 | ||||
-rw-r--r-- | sbin/atactl/atactl.8 | 4 | ||||
-rw-r--r-- | sbin/fsck/fsck.8 | 3 | ||||
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 5 | ||||
-rw-r--r-- | sbin/swapctl/swapctl.8 | 4 | ||||
-rw-r--r-- | share/man/man4/dc.4 | 4 | ||||
-rw-r--r-- | share/man/man4/nsphy.4 | 3 | ||||
-rw-r--r-- | share/man/man4/nsphyter.4 | 5 | ||||
-rw-r--r-- | share/man/man9/timeout.9 | 3 |
10 files changed, 24 insertions, 19 deletions
diff --git a/lib/libc/gen/getfsent.3 b/lib/libc/gen/getfsent.3 index 038607887a3..f02ae70db23 100644 --- a/lib/libc/gen/getfsent.3 +++ b/lib/libc/gen/getfsent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getfsent.3,v 1.7 2000/12/24 00:30:48 aaron Exp $ +.\" $OpenBSD: getfsent.3,v 1.8 2001/04/23 15:30:25 aaron Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -71,7 +71,7 @@ struct fstab { char *fs_mntops; /* comma separated mount options */ char *fs_type; /* rw, ro, sw, or xx */ int fs_freq; /* dump frequency, in days */ - int fs_passno; /* pass number on parallel dump */ + int fs_passno; /* pass number on parallel fsck */ }; .Ed .Pp diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index ffb763d475d..56fbea9edea 100644 --- a/lib/libc/stdlib/realpath.3 +++ b/lib/libc/stdlib/realpath.3 @@ -32,7 +32,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: realpath.3,v 1.7 2000/04/20 13:50:02 aaron Exp $ +.\" $OpenBSD: realpath.3,v 1.8 2001/04/23 15:30:25 aaron Exp $ .\" .Dd February 16, 1994 .Dt REALPATH 3 @@ -80,14 +80,14 @@ is called. The .Fn realpath function returns -.Fa resolved_name +.Fa resolvedname on success. If an error occurs, .Fn realpath returns .Dv NULL , and -.Fa resolved_name +.Fa resolvedname contains the pathname which caused the problem. .Sh ERRORS The function @@ -112,7 +112,7 @@ The version always returns absolute pathnames, whereas the Solaris implementation will, under certain circumstances, return a relative -.Fa resolved_path +.Fa resolvedname when given a relative .Fa pathname . .Sh SEE ALSO diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8 index c32c135b039..cc633e0de9f 100644 --- a/sbin/atactl/atactl.8 +++ b/sbin/atactl/atactl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atactl.8,v 1.5 2001/03/23 02:16:42 deraadt Exp $ +.\" $OpenBSD: atactl.8,v 1.6 2001/04/23 15:30:26 aaron Exp $ .\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -296,7 +296,7 @@ will output .Sq SMART threshold exceeded! to stderr and .Xr cron 8 -wil mail it. +will mail it. .Sh DIAGNOSTICS .Pp Not all devices are created equally. Some may not support the feature sets diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 3eeb9375899..cffcbb30a80 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck.8,v 1.17 2000/11/09 17:52:56 aaron Exp $ +.\" $OpenBSD: fsck.8,v 1.18 2001/04/23 15:30:26 aaron Exp $ .\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -106,5 +106,6 @@ filesystem table .Sh SEE ALSO .Xr fstab 5 , .Xr fsck_ffs 8 , +.Xr fsck_ext2fs 8 , .Xr fsck_msdos 8 , .Xr mount 8 diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index 431223372f4..525548e6e1e 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_ffs.8,v 1.12 2000/03/28 23:53:17 deraadt Exp $ +.\" $OpenBSD: fsck_ffs.8,v 1.13 2001/04/23 15:30:26 aaron Exp $ .\" $NetBSD: fsck_ffs.8,v 1.12 1996/09/23 16:18:34 christos Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -38,7 +38,7 @@ .Dt FSCK_FFS 8 .Os .Sh NAME -.Nm fsck_ffs , fsck +.Nm fsck_ffs .Nd Fast File System consistency check and interactive repair .Sh SYNOPSIS .Nm fsck_ffs @@ -318,5 +318,6 @@ are fully enumerated and explained in Appendix A of .Xr fs 5 , .Xr fstab 5 , .Xr fsdb 8 , +.Xr fsck 8 , .Xr newfs 8 , .Xr reboot 8 diff --git a/sbin/swapctl/swapctl.8 b/sbin/swapctl/swapctl.8 index 4a08c1c68e2..cd438ebdfbd 100644 --- a/sbin/swapctl/swapctl.8 +++ b/sbin/swapctl/swapctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: swapctl.8,v 1.13 2000/11/09 17:53:08 aaron Exp $ +.\" $OpenBSD: swapctl.8,v 1.14 2001/04/23 15:30:26 aaron Exp $ .\" $NetBSD: swapctl.8,v 1.14 1998/05/22 18:27:52 msaitoh Exp $ .\" .\" Copyright (c) 1997 Matthew R. Green @@ -198,7 +198,7 @@ server:/export/swap/client none swap sw,nfsmntpt=/swap .Ed .El .Sh WARNINGS -Local and remote swap files cannot be configured until after the file +Local and remote swap files cannot be configured until the file systems they reside on are mounted read/write. The system startup scripts need to .Xr fsck 8 diff --git a/share/man/man4/dc.4 b/share/man/man4/dc.4 index 0c9046e658f..6c2667d2160 100644 --- a/share/man/man4/dc.4 +++ b/share/man/man4/dc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dc.4,v 1.20 2001/04/18 14:48:15 aaron Exp $ +.\" $OpenBSD: dc.4,v 1.21 2001/04/23 15:30:25 aaron Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. @@ -88,7 +88,7 @@ Some chips (especially the PNIC) also have peculiar bugs. The .Nm driver does its best to provide generalized support for all -of these chipsets in order to keep special case code to a minimun. +of these chipsets in order to keep special case code to a minimum. .Pp These chips are used by many vendors which makes it difficult provide a complete list of all supported cards. diff --git a/share/man/man4/nsphy.4 b/share/man/man4/nsphy.4 index a12fd96edb1..e7973e1f704 100644 --- a/share/man/man4/nsphy.4 +++ b/share/man/man4/nsphy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nsphy.4,v 1.4 2000/10/18 02:38:23 aaron Exp $ +.\" $OpenBSD: nsphy.4,v 1.5 2001/04/23 15:30:25 aaron Exp $ .\" $NetBSD: nsphy.4,v 1.1 1998/11/04 05:53:59 thorpej Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -54,4 +54,5 @@ These PHYs are found on a variety of high-performance Ethernet interfaces. .Xr ifmedia 4 , .Xr intro 4 , .Xr mii 4 , +.Xr nsphyter 4 , .Xr ifconfig 8 diff --git a/share/man/man4/nsphyter.4 b/share/man/man4/nsphyter.4 index c0c53ebedde..f68836d62db 100644 --- a/share/man/man4/nsphyter.4 +++ b/share/man/man4/nsphyter.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nsphyter.4,v 1.3 2001/04/16 00:13:01 jason Exp $ +.\" $OpenBSD: nsphyter.4,v 1.4 2001/04/23 15:30:26 aaron Exp $ .\" .\" Copyright (c) 2000 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -42,7 +42,7 @@ The .Nm driver supports the National Semiconductor .Tn PHYTER -.Tn DP83840 +.Tn DP83843 Ethernet PHYs. This driver also supports the integrated PHY on the .Tn MACPHYTER @@ -52,4 +52,5 @@ These PHYs are found on a variety of high-performance Ethernet interfaces. .Xr ifmedia 4 , .Xr intro 4 , .Xr mii 4 , +.Xr nsphy 4 , .Xr ifconfig 8 diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index afdd20b1ee6..5eab5943306 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.13 2001/03/15 23:21:39 csapuntz Exp $ +.\" $OpenBSD: timeout.9,v 1.14 2001/04/23 15:30:27 aaron Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -159,6 +159,7 @@ These functions are implemented in the file .Pa sys/kern/kern_timeout.c . .Sh SEE ALSO .Xr hz 9 , +.Xr hzto 9 , .Xr sleep 9 , .Xr splclock 9 .Sh BUGS |