]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Small changes to new page
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 10 Oct 2005 13:24:08 +0000 (13:24 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 10 Oct 2005 13:24:08 +0000 (13:24 +0000)
man7/pty.7

index 001a630751cc69f5970c681aacfd96a07bca7cc2..2cdcc0e99da2b6aaeae90ad1fdafcbd898e0b4f3 100644 (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)