]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
termios: manual: fix typo: tcsettattr -> tcsetattr
authorH. Peter Anvin <hpa@zytor.com>
Sun, 13 Jul 2025 02:20:02 +0000 (19:20 -0700)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 20 Jul 2025 15:10:56 +0000 (17:10 +0200)
Fix a typo in the manual: tcsetattr misspelled as tcsettattr.

Signed-off-by: "H. Peter Anvin" (Intel) <hpa@zytor.com>
Reviewed-by: Collin Funk <collin.funk1@gmail.com>
manual/terminal.texi

index de9554d837577e76aeeb07c91ee05ae6810bc088..8a9259f699890f10a4a20785b110006e35b8e1bf 100644 (file)
@@ -775,7 +775,7 @@ The @code{c_cflag} member and the line speed values returned by
 @code{cfsetibaud} will be unaffected by the call.  @code{CIGNORE} is
 useful if you want to set all the software modes in the other members,
 but leave the hardware details in @code{c_cflag} unchanged.  (This is
-how the @code{TCSASOFT} flag to @code{tcsettattr} works.)
+how the @code{TCSASOFT} flag to @code{tcsetattr} works.)
 
 This bit is never set in the structure filled in by @code{tcgetattr}.
 @end deftypevr