All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] termios.3: CIBAUD and IBSHIFT are implemented on Linux, just unsupported by glibc
@ 2021-09-02 23:29 Pali Rohár
  2021-09-10 10:01 ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2021-09-02 23:29 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages), Michael Kerrisk
  Cc: Marek Behún, libc-alpha, linux-man

Signed-off-by: Pali Rohár <pali@kernel.org>
---
 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)
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] termios.3: CIBAUD and IBSHIFT are implemented on Linux, just unsupported by glibc
  2021-09-02 23:29 [PATCH] termios.3: CIBAUD and IBSHIFT are implemented on Linux, just unsupported by glibc Pali Rohár
@ 2021-09-10 10:01 ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar (man-pages) @ 2021-09-10 10:01 UTC (permalink / raw)
  To: Pali Rohár; +Cc: Marek Behún, libc-alpha, linux-man, Michael Kerrisk

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)
> 


-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-10 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 23:29 [PATCH] termios.3: CIBAUD and IBSHIFT are implemented on Linux, just unsupported by glibc Pali Rohár
2021-09-10 10:01 ` Alejandro Colomar (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.