Discussion:
docs/144127: termios(4) man page wrongly claims CCTS_OFLOW/CRTSCTS is unused
(too old to reply)
G. Paul Ziemba
2010-02-20 09:32:39 UTC
Permalink
Number: 144127
Category: docs
Synopsis: termios(4) man page wrongly claims CCTS_OFLOW/CRTSCTS is unused
Confidential: no
Severity: non-critical
Priority: low
Responsible: freebsd-doc
State: open
Class: doc-bug
Submitter-Id: current-users
Arrival-Date: Sat Feb 20 09:40:01 UTC 2010
Originator: G. Paul Ziemba
Release: 8.X
termios(4) says:
"The CCTS_OFLOW (CRTSCTS) flag is currently unused."

Yet code in /usr/src/sys/dev/uart/uart_tty.c references CCTS_OFLOW and as far as I know, it works. Hasn't it worked forever?
Proposed replacement text:

If CCTS_OFLOW (CRTSCTS) is set, transmission is stopped when CTS is lowered and resumed when CTS is raised.

Maybe similar treatment is warranted for CRTS_IFLOW?
e***@freebsd.org
2010-02-24 21:35:47 UTC
Permalink
Synopsis: termios(4) man page wrongly claims CCTS_OFLOW/CRTSCTS is unused

Responsible-Changed-From-To: freebsd-doc->ed
Responsible-Changed-By: ed
Responsible-Changed-When: Wed Feb 24 21:35:47 UTC 2010
Responsible-Changed-Why:
I am Mr. TTY.

http://www.freebsd.org/cgi/query-pr.cgi?pr=144127

Loading...