Added SEE ALSO for pty.7

This commit is contained in:
Michael Kerrisk 2005-10-10 13:14:12 +00:00
parent 94604cf710
commit 88ab292b0d
8 changed files with 15 additions and 7 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -418,6 +418,7 @@ main() {
.BR ioctl (2),
.BR termios (3),
.BR console_ioctl (4)
.BR pty (7)
.\" FIONBIO const int *
.\" FIONCLEX void