summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-03-06 09:41:55 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-03-06 09:41:55 +0000
commit68e692f3da68f23621530b08b8fe8ff100f45949 (patch)
tree642d814492ba3ce599f31df283c0984567dcb878 /usr.sbin
parent27469e874383b171ed7de277b6c94ab96666f93a (diff)
downloadFreeBSD-src-68e692f3da68f23621530b08b8fe8ff100f45949.zip
FreeBSD-src-68e692f3da68f23621530b08b8fe8ff100f45949.tar.gz
Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/i4b/man/daic.433
-rw-r--r--usr.sbin/i4b/man/i4brbch.43
-rw-r--r--usr.sbin/i4b/man/i4btel.46
-rw-r--r--usr.sbin/rndcontrol/random.43
-rw-r--r--usr.sbin/stallion/bootcode/stl.43
5 files changed, 32 insertions, 16 deletions
diff --git a/usr.sbin/i4b/man/daic.4 b/usr.sbin/i4b/man/daic.4
index 8db32c8..d455022 100644
--- a/usr.sbin/i4b/man/daic.4
+++ b/usr.sbin/i4b/man/daic.4
@@ -56,7 +56,8 @@ ISDN4BSD system, which can be listed using the isdnctl utility.
The
.Nm
driver interfaces the isdn card to the ISDN4BSD kernel subsystem.
-All lower layer isdn control is handled by the card. This should
+All lower layer isdn control is handled by the card.
+This should
allow you to run any national isdn protocol delivered by EICON.Diehl
for your card, but the driver has only been tested with the DSS1
protocol and some parts of the cards interface are isdn protocol
@@ -70,32 +71,42 @@ by Diehl in their
from 1992.
.Sh MICROCODE DOWNLOAD
Every active card needs its own operating software before it can
-work. You have to download this to the card before using it with
-ISDN4BSD. Use the isdnctl utility to do this, i.e. call
+work.
+You have to download this to the card before using it with
+ISDN4BSD.
+Use the isdnctl utility to do this, i.e. call
.Nm "isdnctl -d te_etsi.sx 1"
to download the file
.Nm te_etsi.sx
-to controller number 1. Use
+to controller number 1.
+Use
.Nm "isdnctl -l"
-to list all available controllers (and ports). You have to select the
+to list all available controllers (and ports).
+You have to select the
correct isdn protocol file for your isdn interface, see the Diehl documentation
for details.
.Pp
The cards bootstrap process involves another file, which is independend
-of the card type you use and the protocol you run. It is called
+of the card type you use and the protocol you run.
+It is called
.Nm download.bin
in current versions of the Diehl software distribution and has to be
copied to the kernel compile directory under
.Nm dev/ic/microcode/daic
and converted into a header file used when compiling the kernel by running
.Nm make
-in that directory. Your kernel compile will fail and remind you of this
-if you forget to do this. Due to copright restrictions we cannot distribute
-the driver with this file integrated. But if you own a card, you do have
+in that directory.
+Your kernel compile will fail and remind you of this
+if you forget to do this.
+Due to copright restrictions we cannot distribute
+the driver with this file integrated.
+But if you own a card, you do have
the file (or can get it from the Diehl web server).
.Sh BUGS
-The driver is not yet finished. It will only compile on NetBSD and
-even there will not work. This should be fixed soon and the driver
+The driver is not yet finished.
+It will only compile on NetBSD and
+even there will not work.
+This should be fixed soon and the driver
will be ported to FreeBSD.
.Sh SEE ALSO
.Xr isdnctl 1
diff --git a/usr.sbin/i4b/man/i4brbch.4 b/usr.sbin/i4b/man/i4brbch.4
index ac0ca71..c6d9b31 100644
--- a/usr.sbin/i4b/man/i4brbch.4
+++ b/usr.sbin/i4b/man/i4brbch.4
@@ -41,7 +41,8 @@ none
.Sh DESCRIPTION
The
.Nm
-driver provides an interface to the raw untranslated B-channel. It is
+driver provides an interface to the raw untranslated B-channel.
+It is
part of the isdn4bsd package.
.Sh SEE ALSO
.Xr isdnd 8
diff --git a/usr.sbin/i4b/man/i4btel.4 b/usr.sbin/i4b/man/i4btel.4
index 34ae07b..6f6f010 100644
--- a/usr.sbin/i4b/man/i4btel.4
+++ b/usr.sbin/i4b/man/i4btel.4
@@ -44,7 +44,8 @@ The
driver provides an interface to the B-channel for telephony applications
and is currently used by the
.Xr isdnd 8
-for answering machine support. The driver is part of the isdn4bsd package.
+for answering machine support.
+The driver is part of the isdn4bsd package.
.Pp
The lower six bits of the drivers's minor number is used to specify a
unit number, wheras the upper two bits specify a functionality.
@@ -85,7 +86,8 @@ parameters are available:
.Pp
.Bl -tag -width Ds -compact -offset indent
.It Ar CVT_NONE
-do no A-law/u-law audio format conversion. The conversion path looks like
+do no A-law/u-law audio format conversion.
+The conversion path looks like
this:
.Pp
USER <--> bitreversing <--> ISDN-line
diff --git a/usr.sbin/rndcontrol/random.4 b/usr.sbin/rndcontrol/random.4
index 0d2e409..7ce2a24 100644
--- a/usr.sbin/rndcontrol/random.4
+++ b/usr.sbin/rndcontrol/random.4
@@ -150,7 +150,8 @@ of the first and second order deltas in the interrupt timings.
The original core code was written by
.An Theodore Ts'o ,
and was intended
-for the Linux platform. This was ported to
+for the Linux platform.
+This was ported to
.Fx
by
.An Mark Murray ,
diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4
index a5791fb..11f427c 100644
--- a/usr.sbin/stallion/bootcode/stl.4
+++ b/usr.sbin/stallion/bootcode/stl.4
@@ -190,7 +190,8 @@ EasyConnection 8/64-EISA 24 0x10000
Following are some examples of configuration entries for each of the
boards supported by the
.Nm stli
-driver. Each example also describes some important details about
+driver.
+Each example also describes some important details about
each of the board types.
.Pp
The EasyConnection 8/64-AT board requires 4 bytes of I/O address space and
OpenPOWER on IntegriCloud