diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-09-26 07:55:42 +0000 |
commit | 7eb9bb1f0f9b4f7d3cac79d69e90cf49e5c325ee (patch) | |
tree | bb908a1d058dc9e17cbcec6acd5ddfcd937626e2 /share/man/man4/nge.4 | |
parent | 4d233b11b070cbdb6c2e2744351f77515d2b39ac (diff) |
Incomplete section 4 mi manual page cleanup.
- make configuration lines match GENERIC files
- more Xr (hopefully usefule Xr)
- never mention intro(4) on non-physical devices (i.e. protocols), always
mention it for physical devices
- random text style and quoting fixes
- drivers ported from FreeBSD did mention rc.conf instead of hostname.if as
the place to put mediaopt
- some .Tn UNIX -> .Ox replacements
- etc, etc...
reviewd in part by deraadt@ (until he got bored of this)
Diffstat (limited to 'share/man/man4/nge.4')
-rw-r--r-- | share/man/man4/nge.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/nge.4 b/share/man/man4/nge.4 index 6e3cdaeeb20..1565c01264e 100644 --- a/share/man/man4/nge.4 +++ b/share/man/man4/nge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nge.4,v 1.11 2002/09/21 15:51:05 nate Exp $ +.\" $OpenBSD: nge.4,v 1.12 2002/09/26 07:55:40 miod Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@bsdi.com>. All rights reserved. @@ -105,8 +105,9 @@ driver supports the following media types: .It Cm autoselect Enable autoselection of the media type and options. The user can manually override -the autoselected mode by adding media options to -.Xr rc.conf 8 . +the autoselected mode by adding media options to the appropriate +.Xr hostname.if 5 +file. .It Cm 10baseT Set 10Mbps operation. The @@ -205,6 +206,7 @@ the network connection (cable). .Xr nsgphy 4 , .Xr pci 4 , .Xr vlan 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Rs .%T National Semiconductor DP83820 datasheet |