mdoc(7) police: Fix markup.

This commit is contained in:
Ruslan Ermilov 2001-05-25 09:54:38 +00:00
parent 4dbed42f75
commit db2ec46d91
3 changed files with 42 additions and 23 deletions

View File

@ -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 .

View File

@ -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 .

View File

@ -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 .