summaryrefslogtreecommitdiffstats
path: root/man3/perror.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/perror.3')
-rw-r--r--man3/perror.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/perror.3 b/man3/perror.3
index 87a2520f1..c67e07258 100644
--- a/man3/perror.3
+++ b/man3/perror.3
@@ -32,7 +32,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
.IR sys_errlist ,
@@ -76,7 +76,7 @@ may not have been added to
The use of
.IR sys_errlist "[]"
is nowadays deprecated; use
-.BR strerror (3)
+.MR strerror 3
instead.
.P
When a system call fails, it usually returns \-1 and sets the
@@ -101,7 +101,7 @@ the value of
should be saved.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -136,7 +136,7 @@ POSIX.1-2001, C89, 4.3BSD.
.I sys_errlist
Removed in glibc 2.32.
.SH SEE ALSO
-.BR err (3),
-.BR errno (3),
-.BR error (3),
-.BR strerror (3)
+.MR err 3 ,
+.MR errno 3 ,
+.MR error 3 ,
+.MR strerror 3