summaryrefslogtreecommitdiffstats
path: root/man3/grantpt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/grantpt.3')
-rw-r--r--man3/grantpt.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/grantpt.3 b/man3/grantpt.3
index 94526691b..6a0c3e046 100644
--- a/man3/grantpt.3
+++ b/man3/grantpt.3
@@ -18,7 +18,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 grantpt ():
@@ -68,7 +68,7 @@ The
argument is valid but not associated with a master pseudoterminal.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -87,7 +87,7 @@ glibc 2.1.
POSIX.1-2001.
.P
This is part of the UNIX 98 pseudoterminal support, see
-.BR pts (4).
+.MR pts 4 .
.P
Historical systems implemented this function via a set-user-ID helper binary
called "pt_chown".
@@ -97,11 +97,11 @@ this support has been removed.
On modern systems this is either a no-op
\[em]with permissions configured on pty allocation, as is the case on Linux\[em]
or an
-.BR ioctl (2).
+.MR ioctl 2 .
.SH SEE ALSO
-.BR open (2),
-.BR posix_openpt (3),
-.BR ptsname (3),
-.BR unlockpt (3),
-.BR pts (4),
-.BR pty (7)
+.MR open 2 ,
+.MR posix_openpt 3 ,
+.MR ptsname 3 ,
+.MR unlockpt 3 ,
+.MR pts 4 ,
+.MR pty 7