summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sicontrol/sicontrol.8
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-10-15 06:43:54 +0000
committercharnier <charnier@FreeBSD.org>1997-10-15 06:43:54 +0000
commit99be2f82d991c864109cd02f8db59704a57c67f2 (patch)
tree3fb46038a2fa281b16a080aaa03b86f6df223469 /usr.sbin/sicontrol/sicontrol.8
parent07e4a691ea3cffa2cbc14fd7cfffa9c739faa788 (diff)
downloadFreeBSD-src-99be2f82d991c864109cd02f8db59704a57c67f2.zip
FreeBSD-src-99be2f82d991c864109cd02f8db59704a57c67f2.tar.gz
Use err(3). Add prototypes.
Diffstat (limited to 'usr.sbin/sicontrol/sicontrol.8')
-rw-r--r--usr.sbin/sicontrol/sicontrol.823
1 files changed, 12 insertions, 11 deletions
diff --git a/usr.sbin/sicontrol/sicontrol.8 b/usr.sbin/sicontrol/sicontrol.8
index ad0f51e..5443a1b 100644
--- a/usr.sbin/sicontrol/sicontrol.8
+++ b/usr.sbin/sicontrol/sicontrol.8
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $Id: sicontrol.8,v 1.6 1997/02/22 16:13:30 peter Exp $
.\" The following requests are required for all man pages.
.Dd September 26,1995
.Dt SICONTROL 8
@@ -11,10 +11,10 @@
device
.Ar command Op Cm Ar param ...
.Sh DESCRIPTION
-.Nm sicontrol
+.Nm Sicontrol
is used to configure and monitor the SI/XIO device driver.
.Pp
-.Nm sicontrol
+.Nm Sicontrol
operates on the specified
.Ar device
to indicate which port is to be used.
@@ -50,20 +50,21 @@ Lowering this value will increase the rate in which the host adapter can
interrupt the operating system to empty the receiver fifos.
.\"
.It Cm nport
-Returns the number of ports under the control of the device driver.
+Return the number of ports under the control of the device driver.
.El
.Pp
The following commands are used for the individual ports and should be
-specified with a device name from /dev.
+specified with a device name from
+.Pa /dev :
.Bl -tag -width 4n
.It Cm mstate
-Shows the current incoming modem control signals.
+Show the current incoming modem control signals.
.It Cm ccbstat
-Shows the current "ccb" structure for the specified port. This is not of
+Show the current "ccb" structure for the specified port. This is not of
much use outside of debugging the driver and determining why a port is
wedged.
.It Cm ttystat
-Shows the current "tty" structure that the kernel has for the specified port.
+Show the current "tty" structure that the kernel has for the specified port.
This is not much use outside of debugging the driver.
.El
.\" The following requests should be uncommented and used where appropriate.
@@ -100,14 +101,14 @@ Generally self explanatory.....
.Xr comcontrol 8 .
.\" .Sh STANDARDS
.Sh HISTORY
-.Nm sicontrol
+.Nm Sicontrol
is loosely based on a utility called
.Nm siconfig
which was written by
-.Nm "Andy Rutter <andy@acronym.co.uk>"
+.An Andy Rutter Aq andy@acronym.co.uk
.Pp
Specialix International do not support this device driver in any way.
.Sh AUTHORS
-Peter Wemm <peter@freebsd.org>
+.An Peter Wemm Aq peter@freebsd.org
.Sh BUGS
Bound to be many... :-)
OpenPOWER on IntegriCloud