tty_ioctl.4: Document TIOCSPTLCK

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-01 22:50:05 +02:00
parent 8b17edbeef
commit bd020450f0
1 changed files with 9 additions and 0 deletions

View File

@ -361,6 +361,15 @@ locally \fB^S\fP/\fB^Q\fP flow-controlled remote login.
Return the current packet mode setting in the integer pointed to by
.IR argp
(since Linux 3.8).
.TP
.BI "TIOCSPTLCK int *" argp
Set (if
.IR *argp
is nonzero) or remove (if
.IR *argp
is zero) the pseudoterminal slave device.
(See also
.BR unlockpt (3).)
.PP
The BSD ioctls
.BR TIOCSTOP ,