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/ast.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/ast.4')
-rw-r--r-- | share/man/man4/ast.4 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/ast.4 b/share/man/man4/ast.4 index 247ef386c14..28804e25fef 100644 --- a/share/man/man4/ast.4 +++ b/share/man/man4/ast.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ast.4,v 1.5 2000/10/18 02:38:21 aaron Exp $ +.\" $OpenBSD: ast.4,v 1.6 2002/09/26 07:55:39 miod Exp $ .\" $NetBSD: ast.4,v 1.7 1996/03/16 00:07:07 thorpej Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -48,6 +48,8 @@ .Cd "ast0 at isa? port 0x1a0 irq 5" .Cd "ast1 at isa? port 0x2a0 irq 6" .Cd "com* at ast? slave ?" +or +.Cd "pccom* at ast? slave ?" .Sh DESCRIPTION The .Nm @@ -64,6 +66,7 @@ Each .Nm device is the master device for up to four .Nm com +or devices. The kernel configuration specifies these .Nm com @@ -120,7 +123,9 @@ Reserved, must be OFF. .It Pa /dev/tty0? .El .Sh SEE ALSO -.Xr com 4 +.Xr com 4 , +.Xr intro 4 , +.Xr isa 4 .Sh HISTORY The .Nm |