[PATCH 10/13] manual: document all the termios Bxxx constants in the manual

H. Peter Anvin hpa@zytor.com
Tue Jun 3 00:03:09 GMT 2025


From: "H. Peter Anvin" (Intel) <hpa@zytor.com>

Add all the Bxxx constants defined in the now-generic
<bits/termios-baud.h> in the manual.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
---
 manual/terminal.texi | 74 +++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 70 insertions(+), 4 deletions(-)

diff --git a/manual/terminal.texi b/manual/terminal.texi
index b437cb53221c..72d0282efdbc 100644
--- a/manual/terminal.texi
+++ b/manual/terminal.texi
@@ -1106,12 +1106,24 @@ the only speeds that typical serial lines can support.
 @comment POSIX.1
 @vindex B4800
 @comment termios.h
+@comment GNU
+@vindex B7200
+@comment termios.h
 @comment POSIX.1
 @vindex B9600
 @comment termios.h
+@comment GNU
+@vindex B14400
+@comment termios.h
 @comment POSIX.1
 @vindex B19200
 @comment termios.h
+@comment GNU
+@vindex B28800
+@comment termios.h
+@comment GNU
+@vindex B33600
+@comment termios.h
 @comment POSIX.1
 @vindex B38400
 @comment termios.h
@@ -1119,18 +1131,72 @@ the only speeds that typical serial lines can support.
 @vindex B57600
 @comment termios.h
 @comment GNU
+@vindex B76800
+@comment termios.h
+@comment GNU
 @vindex B115200
 @comment termios.h
 @comment GNU
+@vindex B153600
+@comment termios.h
+@comment GNU
 @vindex B230400
 @comment termios.h
 @comment GNU
+@vindex B307200
+@comment termios.h
+@comment GNU
 @vindex B460800
+@comment termios.h
+@comment GNU
+@vindex B500000
+@comment termios.h
+@comment GNU
+@vindex B576000
+@comment termios.h
+@comment GNU
+@vindex B614400
+@comment termios.h
+@comment GNU
+@vindex B921600
+@comment termios.h
+@comment GNU
+@vindex B1000000
+@comment termios.h
+@comment GNU
+@vindex B1152000
+@comment termios.h
+@comment GNU
+@vindex B1500000
+@comment termios.h
+@comment GNU
+@vindex B2000000
+@comment termios.h
+@comment GNU
+@vindex B2500000
+@comment termios.h
+@comment GNU
+@vindex B3000000
+@comment termios.h
+@comment GNU
+@vindex B3500000
+@comment termios.h
+@comment GNU
+@vindex B4000000
+@comment termios.h
+@comment GNU
+@vindex B5000000
+@comment termios.h
+@comment GNU
+@vindex B10000000
 @smallexample
-B0  B50  B75  B110  B134  B150  B200
-B300  B600  B1200  B1800  B2400  B4800
-B9600  B19200  B38400  B57600  B115200
-B230400  B460800
+B0  B50  B75  B110  B134  B150  B200  B300  B600  B1200
+B1800  B2400  B4800  B7200  B9600  B14400  B19200
+B28800  B33600  B38400  B57600  B76800  B115200
+B153600  B230400  B307200  B460800  B500000
+B576000  B614400  B921600  B1000000  B1152000
+B1500000  B2000000  B2500000  B3000000
+B3500000  B4000000  B5000000  B10000000
 @end smallexample
 
 @vindex EXTA
-- 
2.49.0



More information about the Libc-alpha mailing list