diff --git a/lib/libc/stdio/wprintf.3 b/lib/libc/stdio/wprintf.3 index 17dd79fc1024..512e81b0274f 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