diff options
author | ru <ru@FreeBSD.org> | 2001-05-25 09:54:38 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-25 09:54:38 +0000 |
commit | 0ae511da64fd3f8290d87beab737edbb879bef84 (patch) | |
tree | ac77826ed5b7eaa46a04403d4d5de5e252abf14d /usr.sbin/i4b/man | |
parent | 2c6799338920bd0c9e1cedb245cc0b4fd76ea90d (diff) | |
download | FreeBSD-src-0ae511da64fd3f8290d87beab737edbb879bef84.zip FreeBSD-src-0ae511da64fd3f8290d87beab737edbb879bef84.tar.gz |
mdoc(7) police: Fix markup.
Diffstat (limited to 'usr.sbin/i4b/man')
-rw-r--r-- | usr.sbin/i4b/man/i4bcapi.4 | 20 | ||||
-rw-r--r-- | usr.sbin/i4b/man/iavc.4 | 21 |
2 files changed, 25 insertions, 16 deletions
diff --git a/usr.sbin/i4b/man/i4bcapi.4 b/usr.sbin/i4b/man/i4bcapi.4 index 3539b03..cca62c0 100644 --- a/usr.sbin/i4b/man/i4bcapi.4 +++ b/usr.sbin/i4b/man/i4bcapi.4 @@ -33,23 +33,27 @@ .Nm i4bcapi .Nd CAPI driver for the isdn4bsd kernel part .Sh SYNOPSIS -.Cd device \&"i4bcapi\&" +.Cd "device \*[q]i4bcapi\*[q]" .Sh DESCRIPTION .Nm -is a CAPI driver for the +is a CAPI driver for the .Em isdn4bsd -package. It sits between layer 4 of isdn4bsd and a driver for an active +package. +It sits between layer\~4 of isdn4bsd and a driver for an active ISDN card; currently only the .Xr iavc 4 driver for the AVM B1 and T1 family of active cards is supported. .Sh STANDARDS -CAPI 2.0 (http://www.capi.org/) +CAPI 2.0 +.Pq Pa http://www.capi.org/ .Sh SEE ALSO .Xr iavc 4 .Sh AUTHORS +.An -nosplit The .Nm -device driver was written by -.An Juha-Matti Liukkonen (Cubical Solutions Ltd, Finnland) Aq jml@cubical.fi . -This manpage was written by -.An Hellmuth Michaelis Aq hm@freebsd.org . +device driver was written by +.An Juha-Matti Liukkonen Aq jml@cubical.fi +(Cubical Solutions Ltd, Finland). +This manpage was written by +.An Hellmuth Michaelis Aq hm@FreeBSD.org . diff --git a/usr.sbin/i4b/man/iavc.4 b/usr.sbin/i4b/man/iavc.4 index 7c68d1d..575859b 100644 --- a/usr.sbin/i4b/man/iavc.4 +++ b/usr.sbin/i4b/man/iavc.4 @@ -38,13 +38,14 @@ NOTE: For the B1 ISA card .Pp -.Dl hint.iavc.0.at="isa" -.Dl hint.iavc.0.port="0x150" -.Dl hint.iavc.0.irq="5" +.Bd -literal -offset indent +hint.iavc.0.at="isa" +hint.iavc.0.port="0x150" +hint.iavc.0.irq="5" +.Ed .Pp must be added to .Pa /boot/device.hints -.Pp .Sh DESCRIPTION The .Nm @@ -52,16 +53,20 @@ driver is used to access the AVM family of active cards to the .Xr i4bcapi 4 driver and the .Em isdn4bsd -package. Currently the AVM B1 PCI, the AVM B1 ISA and the AVM T1 PCI +package. +Currently the AVM B1 PCI, the AVM B1 ISA and the AVM T1 PCI cards are supported. .Sh STANDARDS -CAPI 2.0 (http://www.capi.org/) +CAPI 2.0 +.Pq Pa http://www.capi.org/ .Sh SEE ALSO .Xr i4bcapi 4 .Sh AUTHORS +.An -nosplit The .Nm device driver was written by -.An Juha-Matti Liukkonen (Cubical Solutions Ltd, Finnland) Aq jml@cubical.fi . +.An Juha-Matti Liukkonen Aq jml@cubical.fi +(Cubical Solutions Ltd, Finland). This manpage was written by -.An Hellmuth Michaelis Aq hm@freebsd.org . +.An Hellmuth Michaelis Aq hm@FreeBSD.org . |