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/boca.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/boca.4')
-rw-r--r-- | share/man/man4/boca.4 | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/share/man/man4/boca.4 b/share/man/man4/boca.4 index 0a20adb7d71..7a2105145fc 100644 --- a/share/man/man4/boca.4 +++ b/share/man/man4/boca.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boca.4,v 1.5 2001/06/22 12:15:44 mpech Exp $ +.\" $OpenBSD: boca.4,v 1.6 2002/09/26 07:55:39 miod Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -44,21 +44,20 @@ .Nm boca .Nd multiplexing serial communications interface .Sh SYNOPSIS -For 4-port BB1004 boards: -.Pp -.Cd "boca0 at isa? port 0x100 irq 5" -.Cd "com* at boca? slave ?" -.Pp -For 8-port BB1008 boards: +For 4-port BB1004 boards and 8-port BB1008 boards: .Pp .Cd "boca0 at isa? port 0x100 irq 5" .Cd "com* at boca? slave ?" +or +.Cd "pccom* at boca? slave ?" .Pp For 16-port BB2016 boards: .Pp .Cd "boca0 at isa? port 0x100 irq 5" .Cd "boca1 at isa? port 0x140 irq 5" .Cd "com* at boca? slave ?" +or +.Cd "pccom* at boca? slave ?" .Pp (The BB2016 is functionally equivalent to two BB1008 boards, and is configured as such.) @@ -99,7 +98,9 @@ subdevices and the port for the interrupt multiplexing register. .It Pa /dev/tty?? .El .Sh SEE ALSO -.Xr com 4 +.Xr com 4 , +.Xr intro 4 , +.Xr isa 4 .Sh HISTORY The .Nm |