summaryrefslogtreecommitdiffstats
path: root/man3/openpty.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/openpty.3')
-rw-r--r--man3/openpty.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/openpty.3 b/man3/openpty.3
index 35ba068e8..56ce4bf6e 100644
--- a/man3/openpty.3
+++ b/man3/openpty.3
@@ -71,7 +71,7 @@ The
.BR forkpty ()
function combines
.BR openpty (),
-.BR fork (2),
+.MR fork 2 ,
and
.BR login_tty ()
to create a new process operating in a pseudoterminal.
@@ -115,7 +115,7 @@ There are no available terminals.
.P
.BR login_tty ()
fails if
-.BR ioctl (2)
+.MR ioctl 2
fails to set
.I fd
to the controlling terminal of the calling process.
@@ -124,11 +124,11 @@ to the controlling terminal of the calling process.
fails if either
.BR openpty ()
or
-.BR fork (2)
+.MR fork 2
fails.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -174,6 +174,6 @@ with non-NULL
.I name
may not be secure.
.SH SEE ALSO
-.BR fork (2),
-.BR ttyname (3),
-.BR pty (7)
+.MR fork 2 ,
+.MR ttyname 3 ,
+.MR pty 7