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/tl.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/tl.4')
-rw-r--r-- | share/man/man4/tl.4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/tl.4 b/share/man/man4/tl.4 index 9cade8233d8..4a1bf1a3363 100644 --- a/share/man/man4/tl.4 +++ b/share/man/man4/tl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tl.4,v 1.10 2001/10/05 19:08:14 nate Exp $ +.\" $OpenBSD: tl.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" .\" Copyright (c) 1997, 1998 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: tl.4,v 1.10 2001/10/05 19:08:14 nate Exp $ +.\" $Id: tl.4,v 1.11 2002/09/26 07:55:40 miod Exp $ .\" .Dd May 1, 1998 .Dt TL 4 @@ -115,7 +115,11 @@ allocating a pad buffer or collapsing an mbuf chain into a cluster. .El .Sh SEE ALSO .Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , .Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , .Xr ifconfig 8 .Sh HISTORY The |