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