diff options
Diffstat (limited to 'man/man3/mbstowcs.3')
-rw-r--r-- | man/man3/mbstowcs.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/mbstowcs.3 b/man/man3/mbstowcs.3 index 5928d4def6..655af0d978 100644 --- a/man/man3/mbstowcs.3 +++ b/man/man3/mbstowcs.3 @@ -13,7 +13,7 @@ Standard C library .nf .B #include <stdlib.h> .P -.BI "size_t mbstowcs(size_t " dsize ; +.BR "size_t mbstowcs(" "size_t dsize;" .BI " wchar_t " dest "[restrict " dsize "], \ const char *restrict " src , .BI " size_t " dsize ); |