diff options
Diffstat (limited to 'man7/pty.7')
| -rw-r--r-- | man7/pty.7 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/man7/pty.7 b/man7/pty.7 index 761cd81eef..b03b35d901 100644 --- a/man7/pty.7 +++ b/man7/pty.7 @@ -85,7 +85,8 @@ in a call to The Linux kernel imposes a limit on the number of available Unix 98 pseudo-terminals. In kernels up to and including 2.6.3, this limit is configured -at kernel compilation time (CONFIG_UNIX98_PTYS), +at kernel compilation time +.RB ( CONFIG_UNIX98_PTYS ), and the permitted number of pseudo-terminals can be up to 2048, with a default setting of 256. Since kernel 2.6.4, the limit is dynamically adjustable via @@ -136,8 +137,15 @@ A description of the which controls packet mode operation, can be found in .BR tty_ioctl (4). -The BSD ioctl(2)s TIOCSTOP, TIOCSTART, TIOCUCNTL, TIOCREMOTE have -not been implemented under Linux. +The BSD +.BR ioctl (2) +operations +.BR TIOCSTOP , +.BR TIOCSTART , +.BR TIOCUCNTL , +and +.BR TIOCREMOTE +have not been implemented under Linux. .SH "SEE ALSO" .BR select (2), .BR setsid (2), |
