From 5872bd2f1d4506c9c97ecdf1baeb9f8ea9804322 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 10 Oct 2005 13:24:08 +0000 Subject: [PATCH] Small changes to new page --- man7/pty.7 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man7/pty.7 b/man7/pty.7 index 001a63075..2cdcc0e99 100644 --- a/man7/pty.7 +++ b/man7/pty.7 @@ -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)