summaryrefslogtreecommitdiffstats
path: root/man3/ctermid.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/ctermid.3')
-rw-r--r--man3/ctermid.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/ctermid.3 b/man3/ctermid.3
index 850dcec0b..5d922bd3a 100644
--- a/man3/ctermid.3
+++ b/man3/ctermid.3
@@ -21,7 +21,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 ctermid ():
@@ -45,7 +45,7 @@ is the maximum number of characters in the returned pathname.
The pointer to the pathname.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -70,4 +70,4 @@ It is not assured that the program can open the terminal.
.\" in glibc 2.3.x, x >= 4, the glibc headers threw an error
.\" if ctermid() was given an argument; fixed in glibc 2.4.
.SH SEE ALSO
-.BR ttyname (3)
+.MR ttyname 3