summaryrefslogtreecommitdiffstats
path: root/man3/posix_openpt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/posix_openpt.3')
-rw-r--r--man3/posix_openpt.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/posix_openpt.3 b/man3/posix_openpt.3
index 496b38d67..0ca567593 100644
--- a/man3/posix_openpt.3
+++ b/man3/posix_openpt.3
@@ -19,7 +19,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR posix_openpt ():
@@ -53,10 +53,10 @@ On failure, \-1 is returned, and
is set to indicate the error.
.SH ERRORS
See
-.BR open (2).
+.MR open 2 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -75,7 +75,7 @@ glibc 2.2.1.
POSIX.1-2001.
.P
It is part of the UNIX 98 pseudoterminal support (see
-.BR pts (4)).
+.MR pts 4 ).
.SH NOTES
Some older UNIX implementations that support System V
(aka UNIX 98) pseudoterminals don't have this function, but it
@@ -95,13 +95,13 @@ Calling
.BR posix_openpt ()
creates a pathname for the corresponding pseudoterminal slave device.
The pathname of the slave device can be obtained using
-.BR ptsname (3).
+.MR ptsname 3 .
The slave device pathname exists only as long as the master device is open.
.SH SEE ALSO
-.BR open (2),
-.BR getpt (3),
-.BR grantpt (3),
-.BR ptsname (3),
-.BR unlockpt (3),
-.BR pts (4),
-.BR pty (7)
+.MR open 2 ,
+.MR getpt 3 ,
+.MR grantpt 3 ,
+.MR ptsname 3 ,
+.MR unlockpt 3 ,
+.MR pts 4 ,
+.MR pty 7