mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
stty: adjust --help to match POSIX 2024
* src/stty.c (usage): Mark cols, rows, and size as standardized by POSIX. * doc/coreutils.texi (Special): Likewise.
This commit is contained in:
committed by
Pádraig Brady
parent
69aaec486f
commit
0c670beed9
@@ -15855,13 +15855,14 @@ Set the output speed to @var{n}.
|
||||
@item rows @var{n}
|
||||
@opindex rows
|
||||
Tell the tty kernel driver that the terminal has @var{n} rows.
|
||||
Non-POSIX.
|
||||
|
||||
@item cols @var{n}
|
||||
@itemx columns @var{n}
|
||||
@opindex cols
|
||||
Tell the kernel that the terminal has @var{n} columns.
|
||||
|
||||
@item columns @var{n}
|
||||
@opindex columns
|
||||
Tell the kernel that the terminal has @var{n} columns. Non-POSIX.
|
||||
Same as @samp{cols}. Non-POSIX.
|
||||
|
||||
@item drain
|
||||
@opindex drain
|
||||
@@ -15886,7 +15887,6 @@ Print the number of rows and columns that the kernel thinks the
|
||||
terminal has. (Systems that don't support rows and columns in the kernel
|
||||
typically use the environment variables @env{LINES} and @env{COLUMNS}
|
||||
instead; however, GNU @command{stty} does not know anything about them.)
|
||||
Non-POSIX.
|
||||
|
||||
@item line @var{n}
|
||||
@opindex line
|
||||
|
||||
Reference in New Issue
Block a user