diff options
Diffstat (limited to 'man/man3/wmemset.3')
| -rw-r--r-- | man/man3/wmemset.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3/wmemset.3 b/man/man3/wmemset.3 index edb17eeb1a..e463489373 100644 --- a/man/man3/wmemset.3 +++ b/man/man3/wmemset.3 @@ -19,7 +19,8 @@ Standard C library .nf .B #include <wchar.h> .P -.BI "wchar_t *wmemset(wchar_t " wcs [. n "], wchar_t " wc ", size_t " n ); +.BI "wchar_t *wmemset(size_t " n ; +.BI " wchar_t " wcs [ n "], wchar_t " wc ", size_t " n ); .fi .SH DESCRIPTION The |
