diff options
Diffstat (limited to 'man/man3/wprintf.3')
-rw-r--r-- | man/man3/wprintf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/wprintf.3 b/man/man3/wprintf.3 index a7324426b9..bdc74d5dae 100644 --- a/man/man3/wprintf.3 +++ b/man/man3/wprintf.3 @@ -18,14 +18,14 @@ Standard C library .BI "int wprintf(const wchar_t *restrict " format ", ...);" .BI "int fwprintf(FILE *restrict " stream , .BI " const wchar_t *restrict " format ", ...);" -.BI "int swprintf(size_t " n ; +.BR "int swprintf(" "size_t n;" .BI " wchar_t " wcs "[restrict " n "], size_t " n , .BI " const wchar_t *restrict " format ", ...);" .P .BI "int vwprintf(const wchar_t *restrict " format ", va_list " args ); .BI "int vfwprintf(FILE *restrict " stream , .BI " const wchar_t *restrict " format ", va_list " args ); -.BI "int vswprintf(size_t " n ; +.BR "int vswprintf(" "size_t n;" .BI " wchar_t " wcs "[restrict " n "], size_t " n , .BI " const wchar_t *restrict " format ", va_list " args ); .fi |