Change CTS/RTS to RTS/CTS. A google search, a grep on the doc/*
files, and a grep on all the manpages shows that this is used more often. Try to be a tiny bit more consistent. PR: docs/36624 Submitted by: Martin Heinen <martin@sumuk.de>
This commit is contained in:
parent
a61bd0b16d
commit
771653bb34
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12651
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr</programlisting>
|
|||
initialization devices are used to initialize communications port
|
||||
parameters each time a port is opened, such as
|
||||
<literal>crtscts</literal> for modems which use
|
||||
<literal>CTS/RTS</literal> signaling for flow control. The locking
|
||||
<literal>RTS/CTS</literal> signaling for flow control. The locking
|
||||
devices are used to lock flags on ports to prevent users or programs
|
||||
changing certain parameters; see the manual pages &man.termios.4;,
|
||||
&man.sio.4;, and &man.stty.1; for
|
||||
|
|
Loading…
Reference in a new issue