Small changes to new page

This commit is contained in:
Michael Kerrisk 2005-10-10 13:24:08 +00:00
parent 88ab292b0d
commit 5872bd2f1d
1 changed files with 4 additions and 1 deletions

View File

@ -67,7 +67,9 @@ Unix 98 pseudo-terminals should be used in new applications.
An unused Unix 98 pseudo-terminal master is opened by calling
.BR posix_openpt (3).
(This function opens the master clone device,
.IR /dev/ptmx .)
.IR /dev/ptmx ;
see
.BR pts (4).)
After performing any program-specific initialisations,
changing the ownership and permissions of the slave device using
.BR grantpt (3),
@ -141,5 +143,6 @@ not been implemented under Linux.
.BR forkpty (3),
.BR openpty (3),
.BR termios (3),
.BR pts (4),
.BR tty (4),
.BR tty_ioctl (4)