diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-08-06 22:34:44 +0000 | 
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-08-06 22:34:44 +0000 | 
| commit | 47cc13c1045a5b943165aa5ecb965f6bd03343f8 (patch) | |
| tree | e724b9c19ef7744e2966b8b4399d01e758a94e23 /lib/libc/stdio | |
| parent | 26a8b0bf7e0b0c3ed382481b849b7d1d873d460a (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -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 | 
