summaryrefslogtreecommitdiffstats
path: root/usr.sbin/stallion
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-20 20:10:44 +0000
committerru <ru@FreeBSD.org>2000-11-20 20:10:44 +0000
commit71e2293ad43d8745a8e735483e3f07631714be05 (patch)
treeeb7d53179ad22344ae698f8aa866faa0e415686c /usr.sbin/stallion
parentbb7634eb859aa29d7425840bb3ae3c7391c27b87 (diff)
downloadFreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.zip
FreeBSD-src-71e2293ad43d8745a8e735483e3f07631714be05.tar.gz
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r--usr.sbin/stallion/bootcode/stl.422
-rw-r--r--usr.sbin/stallion/stlload/stlload.82
-rw-r--r--usr.sbin/stallion/stlstats/stlstats.82
3 files changed, 13 insertions, 13 deletions
diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4
index 834f6fa..001344c 100644
--- a/usr.sbin/stallion/bootcode/stl.4
+++ b/usr.sbin/stallion/bootcode/stl.4
@@ -45,7 +45,7 @@
This is a kernel driver for Stallion Technologies multiport serial boards.
There are two drivers, each supporting a different class of boards.
The
-.Nm stl
+.Nm
driver supports the EasyIO and EasyConnection 8/32
boards, while the
.Nm stli
@@ -57,11 +57,11 @@ kernel configuration file.
Slightly different options and parameters are required for each of the
different board types.
Depending on the type of board one of the
-.Nm stl
+.Nm
or
.Nm stli
drivers will be used. The
-.Nm stl
+.Nm
and
.Nm stli
drivers can support up to 8 boards.
@@ -74,10 +74,10 @@ Alternatively the board documentation is available on Stallion
Technologies WWW site at http://www.stallion.com.
.Pp
The EasyIO and EasyConnection 8/32 families of boards use the
-.Nm stl
+.Nm
driver.
ISA board configuration entries for the
-.Nm stl
+.Nm
driver take the general form of:
.Pp
.Cd "stlX at isa? port <io-addr> tty irq <irq>"
@@ -107,13 +107,13 @@ system on boot up.
No configuration information is required in advance for these
board types.
During boot up the
-.Nm stl
+.Nm
driver will issue messages to indicate that a EasyConnection 8/32
PCI board was found, and some information about it.
.Pp
Following are some examples of configuration entries for each of the ISA
boards supported by the
-.Nm stl
+.Nm
driver.
Each example also describes some important details about each of the
board types.
@@ -262,9 +262,9 @@ region at address 0xc8000.
.Sh NOTES
When building the device nodes for the ports be sure to use the correct
driver name,
-.Nm stl
+.Nm
or
-.Nm stli.
+.Nm stli .
Each driver has a separate major number allocated,
so even though the port device names are the same for each driver,
the major number of the device node is different.
@@ -272,7 +272,7 @@ Use the
.Xr MAKEDEV 8
script to create the devices.
Use the ttyE and cue tag for the
-.Nm stl
+.Nm
driver, and
the ttyEi and cuei tags for the
.Nm stli
@@ -309,7 +309,7 @@ Use the
.Xr MAKEDEV 8
script to create the devices.
Use the ttyE and cue tag for the
-.Nm stl
+.Nm
driver, and
the ttyEi and cuei tags for the
.Nm stli
diff --git a/usr.sbin/stallion/stlload/stlload.8 b/usr.sbin/stallion/stlload/stlload.8
index a8556d1..f855f52 100644
--- a/usr.sbin/stallion/stlload/stlload.8
+++ b/usr.sbin/stallion/stlload/stlload.8
@@ -37,7 +37,7 @@
.Nm stlload
.Nd "Stallion Technologies multiport serial board down loader"
.Sh SYNOPSIS
-.Nm stlload
+.Nm
.Op Fl vhVR
.Op Fl i Ar image-file
.Op Fl c Ar control-device
diff --git a/usr.sbin/stallion/stlstats/stlstats.8 b/usr.sbin/stallion/stlstats/stlstats.8
index 2d0917a..56b24c7 100644
--- a/usr.sbin/stallion/stlstats/stlstats.8
+++ b/usr.sbin/stallion/stlstats/stlstats.8
@@ -37,7 +37,7 @@
.Nm stlstats
.Nd "Stallion Technologies multiport serial statistics display"
.Sh SYNOPSIS
-.Nm stlstats
+.Nm
.Op Fl hVi
.Op Fl c Ar control-device
.Op Fl b Ar board-number
OpenPOWER on IntegriCloud