diff options
author | 2002-09-26 07:55:39 +0000 | |
---|---|---|
committer | 2002-09-26 07:55:39 +0000 | |
commit | 7908d52f2ffe892ac40685680d99d6bef1cbda3f (patch) | |
tree | c9442e3af241134c6a747ef6e992f27b14081eeb /share/man/man4/em.4 | |
parent | Attempt to make these match the current state of the code. (diff) | |
download | wireguard-openbsd-7908d52f2ffe892ac40685680d99d6bef1cbda3f.tar.xz wireguard-openbsd-7908d52f2ffe892ac40685680d99d6bef1cbda3f.zip |
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/em.4')
-rw-r--r-- | share/man/man4/em.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/em.4 b/share/man/man4/em.4 index 5b447221464..52965637961 100644 --- a/share/man/man4/em.4 +++ b/share/man/man4/em.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: em.4,v 1.3 2002/09/24 23:50:21 deraadt Exp $ +.\" $OpenBSD: em.4,v 1.4 2002/09/26 07:55:39 miod Exp $ .\" Copyright (c) 2002 Intel Corporation .\" All rights reserved. .\" Redistribution and use in source and binary forms of the Software, with or without @@ -112,10 +112,12 @@ For general information and support, go to the Intel support website at: .Pa http://support.intel.com . .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , .Xr intro 4 , .Xr netintro 4 , .Xr pci 4 , .Xr vlan 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The |