summaryrefslogtreecommitdiffstats
path: root/man3/iswspace.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/iswspace.3')
-rw-r--r--man3/iswspace.38
1 files changed, 4 insertions, 4 deletions
diff --git a/man3/iswspace.3 b/man3/iswspace.3
index c89517b15..f21aad696 100644
--- a/man3/iswspace.3
+++ b/man3/iswspace.3
@@ -25,7 +25,7 @@ Standard C library
The
.BR iswspace ()
function is the wide-character equivalent of the
-.BR isspace (3)
+.MR isspace 3
function.
It tests whether
.I wc
@@ -55,7 +55,7 @@ belonging to the wide-character class "space".
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
@@ -79,5 +79,5 @@ depends on the
category of the
current locale.
.SH SEE ALSO
-.BR isspace (3),
-.BR iswctype (3)
+.MR isspace 3 ,
+.MR iswctype 3