Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 May 2022 20:46:37 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f5dcfbe36e21 - main - stty: Remove stray '-'.
Message-ID:  <202205242046.24OKkbmJ022853@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=f5dcfbe36e210c24800daba0db8285d269db9d46

commit f5dcfbe36e210c24800daba0db8285d269db9d46
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-05-24 20:30:40 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-05-24 20:31:28 +0000

    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
---
 bin/stty/stty.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/stty/stty.1 b/bin/stty/stty.1
index 1863c2286176..67a32c089150 100644
--- a/bin/stty/stty.1
+++ b/bin/stty/stty.1
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205242046.24OKkbmJ022853>