diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-01-16 16:46:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-01-16 16:46:48 +0000 |
commit | 2137f021ce4d050c8dc2f48748e758d68a4d849f (patch) | |
tree | c89172fc0353528fbba8c1b4db87eb6933ab806e /bin/stty | |
parent | 0e38403ae25a24c0ab23729a9a41212c8f101f76 (diff) |
Usually, -width Fl (which is 10n) is too wide and hence ugly.
Change several instances, most of them to the usual -width Ds.
Diffstat (limited to 'bin/stty')
-rw-r--r-- | bin/stty/stty.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index d2b773f6cf5..9faa65de2d5 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.47 2016/08/20 18:44:07 schwarze Exp $ +.\" $OpenBSD: stty.1,v 1.48 2020/01/16 16:46:46 schwarze Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)stty.1 8.5 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: August 20 2016 $ +.Dd $Mdocdate: January 16 2020 $ .Dt STTY 1 .Os .Sh NAME @@ -97,7 +97,7 @@ terminal. This corresponds to the .Li c_cflag in the termios structure. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Cm parenb Pq Fl parenb Enable (disable) parity generation and detection. @@ -155,7 +155,7 @@ Enable (disable) RTS/CTS flow control. This corresponds to the .Li c_iflag in the termios structure. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Cm ignbrk Pq Fl ignbrk Ignore (do not ignore) break on input. @@ -237,7 +237,7 @@ the entire input and output queues to be discarded. This corresponds to the .Li c_oflag of the termios structure. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Cm opost Pq Fl opost Post-process output (do not post-process output; ignore all other @@ -276,7 +276,7 @@ in lflag is which corresponds to the .Li c_lflag of the termios structure. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Cm isig Pq Fl isig Enable (disable) the checking of characters against the special control @@ -380,7 +380,7 @@ and .Cm olcuc . .El .Ss Control characters -.Bl -tag -width Fl -compact +.Bl -tag -width Ds -compact .It Ar control-character Ar string Set .Ar control-character @@ -435,7 +435,7 @@ non-canonical mode input processing (-icanon). .El .Ss Combination modes -.Bl -tag -width Fl +.Bl -tag -width Ds .It Ar saved settings Set the current terminal characteristics to the saved settings @@ -546,7 +546,7 @@ first rows, then columns. .Ss Compatibility modes These modes remain for compatibility with the previous version of the stty command. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Cm all Reports all the terminal modes as with .Cm stty Fl a @@ -623,7 +623,7 @@ Same as the control character .Ss Control operations These operations are not modes, but rather commands to be performed by the tty layer. -.Bl -tag -width Fl +.Bl -tag -width Ds .It Cm ostart Performs a .Dq start output |