termios.3: CIBAUD and IBSHIFT are implemented on Linux, just unsupported by glibc

Message ID 20210902232900.2139-1-pali@kernel.org
State Not applicable
Headers
Series termios.3: CIBAUD and IBSHIFT are implemented on Linux, just unsupported by glibc |

Checks

Context Check Description
dj/TryBot-apply_patch fail Patch failed to apply to master at the time it was sent
dj/TryBot-32bit fail Patch series failed to apply

Commit Message

Pali Rohár Sept. 2, 2021, 11:29 p.m. UTC
  Signed-off-by: Pali Rohár <pali@kernel.org>
---
 man3/termios.3 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
  

Comments

Alejandro Colomar Sept. 10, 2021, 10:01 a.m. UTC | #1
Hi, Pali!

On 9/3/21 1:29 AM, Pali Rohár wrote:
> Signed-off-by: Pali Rohár <pali@kernel.org>

Sorry for the delay.  Patch applied!

Thanks,

Alex

> ---
>   man3/termios.3 | 7 ++++++-
>   1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/man3/termios.3 b/man3/termios.3
> index c11937458eac..d0630fe23040 100644
> --- a/man3/termios.3
> +++ b/man3/termios.3
> @@ -348,7 +348,12 @@ bits.
>   .B _BSD_SOURCE
>   or
>   .BR _SVID_SOURCE ]
> -(Not implemented on Linux.)
> +(Not implemented in glibc, supported on Linux via
> +.BR TCGET *
> +and
> +.BR TCSET *
> +ioctls; see
> +.BR ioctl_tty (2))
>   .TP
>   .B CMSPAR
>   (not in POSIX)
>
  

Patch

diff --git a/man3/termios.3 b/man3/termios.3
index c11937458eac..d0630fe23040 100644
--- a/man3/termios.3
+++ b/man3/termios.3
@@ -348,7 +348,12 @@  bits.
 .B _BSD_SOURCE
 or
 .BR _SVID_SOURCE ]
-(Not implemented on Linux.)
+(Not implemented in glibc, supported on Linux via
+.BR TCGET *
+and
+.BR TCSET *
+ioctls; see
+.BR ioctl_tty (2))
 .TP
 .B CMSPAR
 (not in POSIX)