ioctl_tty.2: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2017-11-08 23:32:50 +01:00 committed by Michael Kerrisk
parent 76f054b155
commit ad94e27ca0
1 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@ Set the foreground process group ID of this terminal.
.TP
.BI "TIOCGSID pid_t *" argp
Get the session ID of the given terminal.
This fails fail with the error
This fails with the error
.B ENOTTY
if the terminal is not a master pseudoterminal
and not our controlling terminal.
@ -293,7 +293,7 @@ Put the terminal into exclusive mode.
No further
.BR open (2)
operations on the terminal are permitted.
(They fail fail with
(They fail with
.BR EBUSY ,
except for a process with the
.BR CAP_SYS_ADMIN