diff options
Diffstat (limited to 'lib/libc/stdio/fputws.3')
-rw-r--r-- | lib/libc/stdio/fputws.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fputws.3 b/lib/libc/stdio/fputws.3 index e9908e6..e6b32a1 100644 --- a/lib/libc/stdio/fputws.3 +++ b/lib/libc/stdio/fputws.3 @@ -49,7 +49,7 @@ .In stdio.h .In wchar.h .Ft int -.Fn fputws "const wchar_t *restrict ws" "FILE *restrict fp" +.Fn fputws "const wchar_t * restrict ws" "FILE * restrict fp" .Sh DESCRIPTION The .Fn fputws |