diff options
Diffstat (limited to 'man/man3/wmemmove.3')
-rw-r--r-- | man/man3/wmemmove.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/wmemmove.3 b/man/man3/wmemmove.3 index 402b2ad2d5..847d428051 100644 --- a/man/man3/wmemmove.3 +++ b/man/man3/wmemmove.3 @@ -13,7 +13,7 @@ Standard C library .nf .B #include <wchar.h> .P -.BI "wchar_t *wmemmove(size_t " n ; +.BR "wchar_t *wmemmove(" "size_t n;" .BI " wchar_t " dest [ n "], const wchar_t " src [ n "], \ size_t " n ); .fi |