aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2025-07-12 19:20:02 -0700
committerAndreas K. Hüttel <dilfridge@gentoo.org>2025-07-20 17:10:56 +0200
commit118370fd7880d5f275e189af451c8cc78f7bfcca (patch)
tree8aa93fd9babab3e34307422ed561e702a3c7feba
parent8cab264b26411579051de930417ca4a346e0254c (diff)
downloadglibc-118370fd7880d5f275e189af451c8cc78f7bfcca.zip
glibc-118370fd7880d5f275e189af451c8cc78f7bfcca.tar.gz
glibc-118370fd7880d5f275e189af451c8cc78f7bfcca.tar.bz2
termios: manual: fix typo: tcsettattr -> tcsetattr
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>
-rw-r--r--manual/terminal.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/terminal.texi b/manual/terminal.texi
index de9554d..8a9259f 100644
--- a/manual/terminal.texi
+++ b/manual/terminal.texi
@@ -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