diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-03 15:32:52 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-03 15:32:52 +0000 |
commit | b9f027105cbfd10bf8657111936e86fbbe825b25 (patch) | |
tree | c2841e8465ecb74e207ce0c7efcc0a54cbbbdc5e /man3/wprintf.3 | |
parent | 521bf584054c04a5b99209af4619d191934bfc6a (diff) |
ffix
Diffstat (limited to 'man3/wprintf.3')
-rw-r--r-- | man3/wprintf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3 index 0d86c2a1..086eaf2d 100644 --- a/man3/wprintf.3 +++ b/man3/wprintf.3 @@ -23,14 +23,14 @@ wide character output conversion .BI "int wprintf(const wchar_t *" format ", ...);" .BI "int fwprintf(FILE *" stream ", const wchar_t *" format ", ...);" .BI "int swprintf(wchar_t *" wcs ", size_t " maxlen , -.BI " const wchar_t *" format ", ...);" +.BI " const wchar_t *" format ", ...);" .sp .B #include <stdarg.h> .sp .BI "int vwprintf(const wchar_t *" format ", va_list " args ); .BI "int vfwprintf(FILE *" stream ", const wchar_t *" format ", va_list " args ); .BI "int vswprintf(wchar_t *" wcs ", size_t " maxlen , -.BI " const wchar_t *" format ", va_list " args ); +.BI " const wchar_t *" format ", va_list " args ); .fi .SH DESCRIPTION The \fBwprintf\fP() family of functions is the wide-character equivalent of the |