diff options
| author | Pali Rohár <pali@kernel.org> | 2021-09-03 01:29:00 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2021-09-10 11:59:13 +0200 |
| commit | 0338d6aa2f56d9ab577b152d1260e861a57ef052 (patch) | |
| tree | ae5b369fa3a83fadce4a573d9b9c2580a351dd8c | |
| parent | ae6b221882ce71ba82fcdbe02419a225111502f0 (diff) | |
| download | man-pages-0338d6aa2f56d9ab577b152d1260e861a57ef052.tar.gz | |
termios.3: CIBAUD and IBSHIFT are implemented on Linux, just unsupported by glibc
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man3/termios.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man3/termios.3 b/man3/termios.3 index c11937458e..d0630fe230 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) |
