diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-23 15:30:28 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-23 15:30:28 +0000 |
commit | a61d68996bf09c78c4c360c3cc7a1641699dc859 (patch) | |
tree | 1d73a5dc9ed82bf5fac8e93cbdb97da67810326d /share | |
parent | 735b86c66f53e3dec67cf193b10e991b6570b17d (diff) |
Various man page fixes and improvements from gluk@
Diffstat (limited to 'share')
-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 |
4 files changed, 9 insertions, 6 deletions
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 |