summaryrefslogtreecommitdiffstats
path: root/sbin/i386/cxconfig/cxconfig.8
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/i386/cxconfig/cxconfig.8')
-rw-r--r--sbin/i386/cxconfig/cxconfig.845
1 files changed, 23 insertions, 22 deletions
diff --git a/sbin/i386/cxconfig/cxconfig.8 b/sbin/i386/cxconfig/cxconfig.8
index 4b323cf..e502e38 100644
--- a/sbin/i386/cxconfig/cxconfig.8
+++ b/sbin/i386/cxconfig/cxconfig.8
@@ -1,11 +1,15 @@
+.\" $Id$
.Dd December 2, 1994
.Dt CXCONFIG 8
.Os FreeBSD
.Sh NAME
.Nm cxconfig
.Nd channel options management utility for Cronyx-Sigma adapter
+.Sh SYNOPSIS
+.Nm cxconfig
+.Op Fl a
+.Op Ar <channel> Op Ar <option>...
.Sh DESCRIPTION
-.Pp
The
.Nm
utility is used for configuring the channel options of
@@ -23,18 +27,11 @@ file.
Note, that not all options have a sense for every particular
case, and an attempt to set some of them can hang up the channel or
the whole adapter.
-.Sh "Usage"
-.Bl -tag -width 10n
-.It "cxconfig"
-The brief information about all channels.
-.It "cxconfig -a"
-The full information about all channels.
-.It "cxconfig <channel>"
-The brief information about the channel.
-.It "cxconfig -a <channel>"
-The full information about the channel.
-.It "cxconfig <channel> <option>..."
-Setting the channel options.
+.Pp
+The following option is available:
+.Bl -tag -width indent
+.It Fl a
+Display full information.
.El
.Sh "Channel options"
.Bl -tag -width 10n
@@ -105,7 +102,7 @@ source or
.Em "internal clock"
generation.
.Pp
-.Em"External clock"
+.Em "External clock"
mode is the most common method for connecting
external modem hardware. In this mode the external timing
signal is received on TXCIN pin of the connector, and it is
@@ -183,13 +180,13 @@ Action
.It parintr
Generate the receiver error interrupt
.It parnull
-Input the NULL character
+Input the NUL character
.It parign
Ignore the error, receive as good data
.It pardisc
Ignore the character
.It parffnull
-Input the sequence <0xFF, NULL, character>
+Input the sequence <0xFF, NUL, character>
.El
.It "brkintr, brknull, brkdisc
Line break state action:
@@ -200,7 +197,7 @@ Action
.It brkintr
Generate the receiver error interrupt
.It brknull
-Input the NULL character
+Input the NUL character
.It brkdisc
Ignore the line break state
.El
@@ -279,8 +276,8 @@ Send sync pattern.
Frame address registers for address recognition.
.El
.Sh EXAMPLES
-.Pp
-Set up the channel 7 of the adapter Sigma-400 under FreeBSD.
+Set up the channel 7 of the adapter Sigma-400 under
+.Bx Free .
Physical 4-wire leased line with Zelax+ M115 short-range modems.
Synchronous mode, 128000 bits/sec, interface RS-232,
protocol PpP/HDLC without keepalive support, NRZI encoding,
@@ -290,7 +287,8 @@ cxconfig cx7 128000 hdlc ppp -keepalive nrzi -cts +dpll -extclock
ifconfig cx7 158.250.244.2 158.250.244.1 up
.Ed
.Pp
-Set up the channel 0 of the adapter Sigma-100 under FreeBSD.
+Set up the channel 0 of the adapter Sigma-100 under
+.Bx Free .
Attachment to the near computer by short cable, internal clock source.
Synchronous mode, 256000 bits/sec, interface RS-232,
protocol Cisco/HDLC with keepalive support:
@@ -307,7 +305,8 @@ cxconfig cx1 hdlc ext
ifconfig cx1 193.124.254.50 193.124.254.49 multicast up
.Ed
.Pp
-Set up the channel 0 of the adapter Sigma-840 under FreeBSD.
+Set up the channel 0 of the adapter Sigma-840 under
+.Bx Free .
Attachment to the Cisco-4000 router by null-modem cable, internal clock source.
Synchronous mode, 64000 bits/sec, interface RS-232,
protocol PpP/HDLC with keepalive support and flow control,
@@ -317,7 +316,9 @@ cxconfig cx0 hdlc 64000 port=rs232 ppp +keepalive -extclock +cts
ifconfig cx0 100.0.0.2 100.0.0.1 debug up
.Ed
.Sh FILES
+.Bl -tag -width /dev/cronyx -compact
.Pa /dev/cronyx
-The special device file for adapter options management.
+the special device file for adapter options management
+.El
.Sh SEE ALSO
.Xr cx 4
OpenPOWER on IntegriCloud