summaryrefslogtreecommitdiffstats
path: root/man3/wmemset.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wmemset.3')
-rw-r--r--man3/wmemset.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/wmemset.3 b/man3/wmemset.3
index a4323bc7a..70573c182 100644
--- a/man3/wmemset.3
+++ b/man3/wmemset.3
@@ -25,7 +25,7 @@ Standard C library
The
.BR wmemset ()
function is the wide-character equivalent of the
-.BR memset (3)
+.MR memset 3
function.
It fills the array of
.I n
@@ -41,7 +41,7 @@ returns
.IR wcs .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -58,4 +58,4 @@ C11, POSIX.1-2008.
.SH HISTORY
POSIX.1-2001, C99.
.SH SEE ALSO
-.BR memset (3)
+.MR memset 3