fix pr-2664, second param to fgets is int not size_t, from SAITOH Masanobu
This commit is contained in:
parent
e1389b7341
commit
49f0a0ae54
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: fgets.3,v 1.5 1995/02/02 01:15:38 jtc Exp $
|
||||
.\" $NetBSD: fgets.3,v 1.6 1997/01/17 02:38:19 perry Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -47,7 +47,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
|
||||
|
Loading…
Reference in New Issue
Block a user