diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/wprintf.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3 index 17dd79f..512e81b 100644 --- a/lib/libc/stdio/wprintf.3 +++ b/lib/libc/stdio/wprintf.3 @@ -81,10 +81,9 @@ and .Fn vfwprintf write output to the given output .Fa stream ; -.Fn swprintf , -.Fn vswprintf , +.Fn swprintf and -.Fn vsnprintf +.Fn vswprintf write to the wide character string .Fa ws . .Pp |