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