diff options
Diffstat (limited to 'lib/libc/stdio/fgets.3')
-rw-r--r-- | lib/libc/stdio/fgets.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/fgets.3 b/lib/libc/stdio/fgets.3 index 13b213088ef..6b0365f2bbe 100644 --- a/lib/libc/stdio/fgets.3 +++ b/lib/libc/stdio/fgets.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fgets.3,v 1.29 2009/06/02 22:28:18 ray Exp $ +.\" $OpenBSD: fgets.3,v 1.30 2013/06/05 03:39:23 tedu Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 2 2009 $ +.Dd $Mdocdate: June 5 2013 $ .Dt FGETS 3 .Os .Sh NAME @@ -39,7 +39,7 @@ .Nm gets .Nd get a line from a stream .Sh SYNOPSIS -.Fd #include <stdio.h> +.In stdio.h .Ft char * .Fn fgets "char *str" "int size" "FILE *stream" .Ft char * |