mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 15:45:21 +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
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd October 20, 2018
|
||||
.Dd May 24, 2022
|
||||
.Dt STTY 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -145,7 +145,7 @@ Assume a line without (with) modem
|
||||
control.
|
||||
.It Cm crtscts Pq Fl crtscts
|
||||
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.
|
||||
.El
|
||||
.Ss Input Modes:
|
||||
|
Loading…
Reference in New Issue
Block a user