diff options
| -rw-r--r-- | lib/libc/stdio/fgets.3 | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index e1693828e6ee..22ce5e6501b0 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -45,7 +45,7 @@  .Sh SYNOPSIS  .Fd #include <stdio.h>  .Ft char * -.Fn fgets "char *str" "size_t size" "FILE *stream" +.Fn fgets "char *str" "int size" "FILE *stream"  .Ft char *  .Fn gets "char *str"  .Sh DESCRIPTION  | 
