aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/wmemset.3
diff options
Diffstat (limited to 'man/man3/wmemset.3')
-rw-r--r--man/man3/wmemset.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/wmemset.3 b/man/man3/wmemset.3
index d6e1c65fda..f389f78c73 100644
--- a/man/man3/wmemset.3
+++ b/man/man3/wmemset.3
@@ -13,7 +13,7 @@ Standard C library
.nf
.B #include <wchar.h>
.P
-.BI "wchar_t *wmemset(size_t " n ;
+.BR "wchar_t *wmemset(" "size_t n;"
.BI " wchar_t " wcs [ n "], wchar_t " wc ", size_t " n );
.fi
.SH DESCRIPTION