]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: stty: adjust description of supported speeds
authorPádraig Brady <P@draigBrady.com>
Sun, 22 Jun 2025 14:01:21 +0000 (15:01 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 22 Jun 2025 14:01:21 +0000 (15:01 +0100)
* doc/coreutils.texi (stty invocation): Remove now imprecise
list of speeds given we may now support higher or arbitrary speeds.
Mention that we may support higher or arbitrary speeds.

doc/coreutils.texi

index fc62c6d8d66133b24565081949ad3ec12d061374..a1d45fb301221bbb5b089ff8d64585218d94fb41 100644 (file)
@@ -15925,25 +15925,8 @@ Print the terminal speed.
 Set the input and output speeds to @var{n}.  @var{n} can be one of: 0
 50 75 110 134 134.5 150 200 300 600 1200 1800 2400 4800 9600 19200
 38400 @code{exta} @code{extb}.  @code{exta} is the same as 19200;
-@code{extb} is the same as 38400.  Many systems, including GNU/Linux,
-support higher speeds.  The @command{stty} command includes support
-for speeds of
-57600,
-115200,
-230400,
-460800,
-500000,
-576000,
-921600,
-1000000,
-1152000,
-1500000,
-2000000,
-2500000,
-3000000,
-3500000,
-or
-4000000 where the system supports these.
+@code{extb} is the same as 38400.  Many systems, support arbitrary
+or higher speeds.
 0 hangs up the line if @option{-clocal} is set.
 @end table