diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 20:10:44 +0000 |
commit | e97407b4f202c33851c3ee51572c0cde85095e83 (patch) | |
tree | 7e3aa57c8fd31ab0d25337a45dc22ec6589aa283 /usr.sbin/stallion | |
parent | a41801c68a57ffad135f82fa0dba1a15e921634b (diff) |
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes:
svn path=/head/; revision=68965
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r-- | usr.sbin/stallion/bootcode/stl.4 | 22 | ||||
-rw-r--r-- | usr.sbin/stallion/stlload/stlload.8 | 2 | ||||
-rw-r--r-- | usr.sbin/stallion/stlstats/stlstats.8 | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/usr.sbin/stallion/bootcode/stl.4 b/usr.sbin/stallion/bootcode/stl.4 index 834f6fa129b1..001344ce88de 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 a8556d19a310..f855f527b995 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 2d0917a31068..56b24c753efa 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 |