mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
stty: Remove stray '-'.
There's a stray '-' that causes Fl to double the dash, but that's not how the command works. MFC After: 2 days Sponsored by: Netflix
This commit is contained in:
parent
7919c76dbd
commit
f5dcfbe36e
@ -32,7 +32,7 @@
|
|||||||
.\" @(#)stty.1 8.4 (Berkeley) 4/18/94
|
.\" @(#)stty.1 8.4 (Berkeley) 4/18/94
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd October 20, 2018
|
.Dd May 24, 2022
|
||||||
.Dt STTY 1
|
.Dt STTY 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -145,7 +145,7 @@ Assume a line without (with) modem
|
|||||||
control.
|
control.
|
||||||
.It Cm crtscts Pq Fl crtscts
|
.It Cm crtscts Pq Fl crtscts
|
||||||
Enable (disable) RTS/CTS flow control.
|
Enable (disable) RTS/CTS flow control.
|
||||||
.It Cm rtsdtr Pq Fl -rtsdtr
|
.It Cm rtsdtr Pq Fl rtsdtr
|
||||||
Enable (disable) asserting RTS/DTR on open.
|
Enable (disable) asserting RTS/DTR on open.
|
||||||
.El
|
.El
|
||||||
.Ss Input Modes:
|
.Ss Input Modes:
|
||||||
|
Loading…
Reference in New Issue
Block a user