summaryrefslogtreecommitdiffstats
path: root/man3/iswblank.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iswblank.3')
-rw-r--r--man3/iswblank.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/iswblank.3 b/man3/iswblank.3
index 79c89ba59..3293a3222 100644
--- a/man3/iswblank.3
+++ b/man3/iswblank.3
@@ -24,7 +24,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 iswblank ():
@@ -35,7 +35,7 @@ Feature Test Macro Requirements for glibc (see
The
.BR iswblank ()
function is the wide-character equivalent of the
-.BR isblank (3)
+.MR isblank 3
function.
It tests whether \fIwc\fP is a wide character
belonging to the wide-character class "blank".
@@ -61,7 +61,7 @@ belonging to the wide-character class "blank".
Otherwise, it returns zero.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -85,5 +85,5 @@ depends on the
category of the
current locale.
.SH SEE ALSO
-.BR isblank (3),
-.BR iswctype (3)
+.MR isblank 3 ,
+.MR iswctype 3