From e1eb4abb603d458ba9beacf8fa01fdd99e9d0bfc Mon Sep 17 00:00:00 2001 From: mpp Date: Tue, 6 Aug 1996 22:34:44 +0000 Subject: Correct the paramter type of the second argument to fgets. Obtained from: NetBSD-bugs mailing list --- lib/libc/stdio/fgets.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index e169382..22ce5e6 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -45,7 +45,7 @@ .Sh SYNOPSIS .Fd #include .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 -- cgit v1.1