From 88ab292b0d53142855d72e3f56f0714352ae608c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 10 Oct 2005 13:14:12 +0000 Subject: [PATCH] Added SEE ALSO for pty.7 --- man3/getpt.3 | 3 ++- man3/grantpt.3 | 3 ++- man3/openpty.3 | 3 ++- man3/posix_openpt.3 | 3 ++- man3/ptsname.3 | 3 ++- man3/unlockpt.3 | 3 ++- man4/pts.4 | 3 ++- man4/tty_ioctl.4 | 1 + 8 files changed, 15 insertions(+), 7 deletions(-) diff --git a/man3/getpt.3 b/man3/getpt.3 index 031dc552b..8f95300c1 100644 --- a/man3/getpt.3 +++ b/man3/getpt.3 @@ -33,4 +33,5 @@ is specific to GNU Libc. .BR ptsname (3), .BR posix_openpt (3), .BR unlockpt (3), -.BR ptmx (4) +.BR ptmx (4), +.BR pty (7) diff --git a/man3/grantpt.3 b/man3/grantpt.3 index fc81c2a74..ed8363264 100644 --- a/man3/grantpt.3 +++ b/man3/grantpt.3 @@ -57,4 +57,5 @@ called "pt_chown". With Linux devpts no such helper binary is required. .BR posix_openpt (3), .BR ptsname (3), .BR unlockpt (3), -.BR pts (4) +.BR pts (4), +.BR pty (7) diff --git a/man3/openpty.3 b/man3/openpty.3 index 27c8afbe1..81b9932a0 100644 --- a/man3/openpty.3 +++ b/man3/openpty.3 @@ -157,4 +157,5 @@ with non-NULL .I name may not be secure. .SH "SEE ALSO" -.BR fork (2) +.BR fork (2), +.BR pty (7) diff --git a/man3/posix_openpt.3 b/man3/posix_openpt.3 index 1fa50a8c5..f7bdab421 100644 --- a/man3/posix_openpt.3 +++ b/man3/posix_openpt.3 @@ -88,4 +88,5 @@ posix_openpt(int flags) .BR grantpt (3), .BR ptsname (3), .BR unlock (3), -.BR pts (4) +.BR pts (4), +.BR pty (7) diff --git a/man3/ptsname.3 b/man3/ptsname.3 index 13d7dbea6..830559251 100644 --- a/man3/ptsname.3 +++ b/man3/ptsname.3 @@ -90,4 +90,5 @@ Avoid using this function in portable programs. .BR posix_openpt (3), .BR ttyname (3), .BR unlockpt (3), -.BR pts (4) +.BR pts (4), +.BR pty (7) diff --git a/man3/unlockpt.3 b/man3/unlockpt.3 index 709311b38..9ebb50cda 100644 --- a/man3/unlockpt.3 +++ b/man3/unlockpt.3 @@ -44,4 +44,5 @@ POSIX 1003.1-2001. .IR grantpt (3), .BR posix_openpt (3), .IR ptsname (3), -.BR pts (4) +.BR pts (4), +.BR pty (7) diff --git a/man4/pts.4 b/man4/pts.4 index e98263554..1d77ff68d 100644 --- a/man4/pts.4 +++ b/man4/pts.4 @@ -67,4 +67,5 @@ and one needed lots of preallocated device nodes. .BR getpt (3), .BR grantpt (3), .BR ptsname (3), -.BR unlockpt (3) +.BR unlockpt (3), +.BR pty (7) diff --git a/man4/tty_ioctl.4 b/man4/tty_ioctl.4 index ab74a5eeb..2693e215a 100644 --- a/man4/tty_ioctl.4 +++ b/man4/tty_ioctl.4 @@ -418,6 +418,7 @@ main() { .BR ioctl (2), .BR termios (3), .BR console_ioctl (4) +.BR pty (7) .\" FIONBIO const int * .\" FIONCLEX void