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>
This commit is contained in:
H. Peter Anvin 2025-07-12 19:20:02 -07:00 committed by Andreas K. Hüttel
parent 8cab264b26
commit 118370fd78
No known key found for this signature in database
GPG Key ID: DC2B16215ED5412A
1 changed files with 1 additions and 1 deletions

View 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 @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, 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 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}. This bit is never set in the structure filled in by @code{tcgetattr}.
@end deftypevr @end deftypevr