summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-25 09:54:38 +0000
committerru <ru@FreeBSD.org>2001-05-25 09:54:38 +0000
commit0ae511da64fd3f8290d87beab737edbb879bef84 (patch)
treeac77826ed5b7eaa46a04403d4d5de5e252abf14d
parent2c6799338920bd0c9e1cedb245cc0b4fd76ea90d (diff)
downloadFreeBSD-src-0ae511da64fd3f8290d87beab737edbb879bef84.zip
FreeBSD-src-0ae511da64fd3f8290d87beab737edbb879bef84.tar.gz
mdoc(7) police: Fix markup.
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.rc.524
-rw-r--r--usr.sbin/i4b/man/i4bcapi.420
-rw-r--r--usr.sbin/i4b/man/iavc.421
3 files changed, 42 insertions, 23 deletions
diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5
index 17fbec8..d88dad6 100644
--- a/usr.sbin/i4b/isdnd/isdnd.rc.5
+++ b/usr.sbin/i4b/isdnd/isdnd.rc.5
@@ -294,13 +294,20 @@ ITU Recommendations Q.921 and Q.931.
An ISDN leased line with a single B-channel (called D64S in Germany).
.El
.It Li firmware
-This is keyword ist used like firmware=/path/to/file to download the
+This keyword is used like
+.Li firmware Ns = Ns Ar /path/to/file
+to download the
firmware to active controllers supported by the
.Em iavc
-driver (AVM B1, T1). This keyword is supported for all controller types,
-and causes I4B_CTRL_DOWNLOAD ioctl to be invoked with the specified file
+driver (AVM B1, T1).
+This keyword is supported for all controller types,
+and causes
+.Dv I4B_CTRL_DOWNLOAD
+ioctl to be invoked with the specified file
as an argument. In systems equipped with both active and passive adapters,
-and the passive cards being detected first, dummy 'controller' entries
+and the passive cards being detected first, dummy
+.Ql controller
+entries
are required for the passive cards to get the correct firmwares to
correct adapters.
.El
@@ -391,8 +398,11 @@ after a call from the local site to the remote site has been made.
.It Li clone
This causes the contents of the specified entry to be copied from the
existing named entry to the current one.
-When using this feature at least a new entry specific 'name' and
-'usrdeviceunit' value should be specified for the current entry.
+When using this feature at least a new entry specific
+.Ql name
+and
+.Ql usrdeviceunit
+value should be specified for the current entry.
.It Li connectprog
specifies a program run every time after a connection is established and
address negotiation is complete (i.e.: the connection is usable).
@@ -995,7 +1005,7 @@ ISDN daemon.
The
.Xr isdnd 8
daemon and this manual page were written by
-.An Hellmuth Michaelis Aq hm@freebsd.org .
+.An Hellmuth Michaelis Aq hm@FreeBSD.org .
.Pp
Additions to this manual page by
.An Barry Scott Aq barry@scottb.demon.co.uk .
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 .
OpenPOWER on IntegriCloud