diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
commit | 490d5836b5ab0c76675986696b1637fff97dfae2 (patch) | |
tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/stallion | |
parent | fb9f73c4dd34b5748d573f1eb7edad1b4e0a3666 (diff) |
The .Nm utility
Notes
Notes:
svn path=/head/; revision=99968
Diffstat (limited to 'usr.sbin/stallion')
-rw-r--r-- | usr.sbin/stallion/stlload/stlload.8 | 9 | ||||
-rw-r--r-- | usr.sbin/stallion/stlstats/stlstats.8 | 18 |
2 files changed, 18 insertions, 9 deletions
diff --git a/usr.sbin/stallion/stlload/stlload.8 b/usr.sbin/stallion/stlload/stlload.8 index e47247525c6a..b1e398230ddc 100644 --- a/usr.sbin/stallion/stlload/stlload.8 +++ b/usr.sbin/stallion/stlload/stlload.8 @@ -46,7 +46,9 @@ .Op Fl B Ar boot-banner .Op Fl b Ar unit-number .Sh DESCRIPTION -.Nm Stlload +The +.Nm +utility is used to download the firmware code to Stallion Technologies intelligent multiport serial boards. A firmware download is only required for those boards that use the Stallion @@ -109,8 +111,9 @@ Specify the unit (board) number to be downloaded. The default is to download board 0. .El .Pp -.Nm Stlload -would typically be run from +The +.Nm +utility would typically be run from .Pa /etc/rc.serial . .Sh FILES .Bl -tag -width /usr/libdata/stallion/2681.sys diff --git a/usr.sbin/stallion/stlstats/stlstats.8 b/usr.sbin/stallion/stlstats/stlstats.8 index 985c67e23db3..5863b737eafa 100644 --- a/usr.sbin/stallion/stlstats/stlstats.8 +++ b/usr.sbin/stallion/stlstats/stlstats.8 @@ -44,12 +44,15 @@ .Op Fl p Ar port-number .Op Fl d Ar port-device .Sh DESCRIPTION -.Nm Stlstats +The +.Nm +utility is used to display statistical information about the ports on Stallion Technologies multiport serial boards. .Pp -.Nm Stlstats -normally runs as a full screen menu driven application. +The +.Nm +utility normally runs as a full screen menu driven application. A help line is displayed at the bottom of each screen with the valid input keys for this screen. .Pp @@ -102,8 +105,9 @@ Output version information. Output only the board type information. This output is useful for scripts or other programs that need to know a little bit about the board (for example an automated download script). -.Nm Stlstats -will not enter full screen interactive mode. +The +.Nm +utility will not enter full screen interactive mode. .It Fl c Ar control-device Specify the board control device through which to gather port statistics. The default is @@ -113,7 +117,9 @@ Specify the board number to display first. The default is to display board 0. .It Fl p Ar port-number Specify the port number to display first. -.Nm Stlstats +The +.Nm +utility will go straight into the port display screen (bypassing board display) when this option is used. .It Fl d Ar port-device |