diff options
author | phantom <phantom@FreeBSD.org> | 2000-05-12 08:30:58 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-05-12 08:30:58 +0000 |
commit | dfc15838028776c49f481a7724b6eb7577fb3b1c (patch) | |
tree | 68f1008ab2f835f649d27c4b26a60e6b065c8319 /share | |
parent | 1edae0ae5e389f469f6a74f2511d9d5966741270 (diff) | |
download | FreeBSD-src-dfc15838028776c49f481a7724b6eb7577fb3b1c.zip FreeBSD-src-dfc15838028776c49f481a7724b6eb7577fb3b1c.tar.gz |
. replace CONFIGURATION section name with SYNOPSYS as mdoc(7) style declare.
. remove redundant paragraph breaks.
. fix typo (.Sj -> .Sh)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.i386/cx.4 | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/share/man/man4/man4.i386/cx.4 b/share/man/man4/man4.i386/cx.4 index 4912e0ce..2853485 100644 --- a/share/man/man4/man4.i386/cx.4 +++ b/share/man/man4/man4.i386/cx.4 @@ -5,10 +5,9 @@ .Dt CX 4 i386 .Os FreeBSD .Sh NAME -.Nm cx , -.Nm if_cx +.Nm cx .Nd asynchronous/synchronous Cronyx-Sigma adapter driver -.Sh CONFIGURATION +.Sh SYNOPSYS .Cd "device cx0 at isa? port 0x240 irq 15 drq 7" .Cd "device cx1 at isa? port 0x260 irq 12 drq 6" .Cd pseudo-device sppp @@ -81,7 +80,6 @@ cd /dev sh MAKEDEV cronyx ttyx0 ttyx1 ttyy0 .El .Sh "Asynchronous driver" -.Pp The asynchronous channel device files have the names: .Pa /dev/ttyx# - for adapter cx0, @@ -115,7 +113,7 @@ Set the given values of DTR and RTS signals (<DTR:RTS> := data). The signals DTR and RTS are controlled by .Dv TIOCM_DTR and -.DvTIOCM_RTS +.Dv TIOCM_RTS bits of the data argument of the ioctl system call. .It TIOCMBIS Set DTR and RTS signals (<DTR:RTS> |= data). @@ -151,7 +149,6 @@ Request To Send signal transmitted .El .El .Sh "Synchronous driver" -.Pp The synchronous channels and universal channels, turned to the synchronous mode by the .Xr cxconfig 8 @@ -173,8 +170,7 @@ The mode could be changed by utility. The mode is blocked while the channel is busy (an asynchronous channel in open state or the network interface is up). -.Sj "Synchronous Point-to-Point protocol" -.Pp +.Sh "Synchronous Point-to-Point protocol" The Cronyx-Sigma driver uses the built-in implementation of the synchronous Point-to-Point protocol (sppp). It includes the support for such protocols as PpP/HDLC and Cisco/HDLC, and also the automatic @@ -188,7 +184,6 @@ The external protocol set could be selected by ``cxconfig ext'' command (see .Xr cxconfig 8 ) . .Sh "Channel Options Management" -.Pp The .Xr cxconfig 8 utility is used for setting the channels options. |