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