From: Collin Funk Date: Wed, 28 Jan 2026 07:40:22 +0000 (-0800) Subject: manual: Fix some typos in the Low-Level Terminal Interface chapter. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2415a06f971ef84c6c0e8dec44d68a509e0ca82b;p=thirdparty%2Fglibc.git manual: Fix some typos in the Low-Level Terminal Interface chapter. --- diff --git a/manual/terminal.texi b/manual/terminal.texi index 8f4bb84692..c23fc10b5c 100644 --- a/manual/terminal.texi +++ b/manual/terminal.texi @@ -1112,7 +1112,7 @@ The @code{speed_t} type is an unsigned integer data type used to represent line speeds. @strong{Portability note:} In the current version of @theglibc{}, the -@code{speed_t} type is numerically indentical to the line speed rate. +@code{speed_t} type is numerically identical to the line speed rate. Other libraries and older versions of @theglibc{} may require speeds to be indicated by enumerated constants, which may not be numerically identical to the requested line speed. For portability, you must use @@ -1271,7 +1271,7 @@ These aliases are obsolete. value of type @code{speed_t}. This value may be smaller than the underlying C type can store. -For compatiblity with some other platforms the alias @code{__MAX_BAUD} +For compatibility with some other platforms the alias @code{__MAX_BAUD} is defined for this constant. @end deftypevr