summaryrefslogtreecommitdiffstats
path: root/man3/addseverity.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/addseverity.3')
-rw-r--r--man3/addseverity.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/addseverity.3 b/man3/addseverity.3
index 0244613c5..34902b45b 100644
--- a/man3/addseverity.3
+++ b/man3/addseverity.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 addseverity ():
@@ -36,7 +36,7 @@ This function allows the introduction of new severity classes
which can be addressed by the
.I severity
argument of the
-.BR fmtmsg (3)
+.MR fmtmsg 3
function.
By default, that function knows only how to
print messages for severity 0-4 (with strings (none), HALT,
@@ -63,7 +63,7 @@ Possible errors include: out of memory, attempt to remove a
nonexistent or default severity class.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -84,4 +84,4 @@ System V.
New severity classes can also be added by setting the environment variable
.BR SEV_LEVEL .
.SH SEE ALSO
-.BR fmtmsg (3)
+.MR fmtmsg 3