diff options
Diffstat (limited to 'lib/libc/stdio/stdio.3')
-rw-r--r-- | lib/libc/stdio/stdio.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 1aea9147013..07a947bba97 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.26 2013/03/04 01:50:01 brad Exp $ +.\" $OpenBSD: stdio.3,v 1.27 2013/06/05 03:39:23 tedu Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,14 +27,14 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 4 2013 $ +.Dd $Mdocdate: June 5 2013 $ .Dt STDIO 3 .Os .Sh NAME .Nm stdio .Nd standard input/output library functions .Sh SYNOPSIS -.Fd #include <stdio.h> +.In stdio.h .Pp .Fd FILE *stdin; .Fd FILE *stdout; |