]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: stty: clarify that [-]drain is treated as an option
authorPádraig Brady <P@draigBrady.com>
Wed, 31 Aug 2022 13:16:14 +0000 (14:16 +0100)
committerPádraig Brady <P@draigBrady.com>
Wed, 31 Aug 2022 18:09:15 +0000 (19:09 +0100)
* doc/coreutils.texi (stty invocation): Say that "drain"
is treated as an option, rather than a line setting,
and so option processing rules apply to it.
Reported in https://bugs.debian.org/1018803

doc/coreutils.texi

index de819b6dc989a8507c13766a91e163ee9ed0f0d2..2af7616546234e550fd4343f45254fe33211ea37 100644 (file)
@@ -15518,6 +15518,8 @@ Tell the kernel that the terminal has @var{n} columns.  Non-POSIX.
 @cindex nonblocking @command{stty} setting
 Apply settings after first waiting for pending output to be transmitted.
 This is enabled by default for GNU @command{stty}.
+Note this is treated as an option rather than a line setting,
+and will follow the option processing rules described in the summary above.
 It is useful to disable this option
 in cases where the system may be in a state where serial transmission
 is not possible.