diff options
Diffstat (limited to 'lib/libc/stdio/setbuf.3')
-rw-r--r-- | lib/libc/stdio/setbuf.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index e3aaaed54d6..f6e7a0fd1fb 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setbuf.3,v 1.12 2007/05/31 19:19:31 jmc Exp $ +.\" $OpenBSD: setbuf.3,v 1.13 2013/06/05 03:39:23 tedu Exp $ .\" .\" Copyright (c) 1980, 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: May 31 2007 $ +.Dd $Mdocdate: June 5 2013 $ .Dt SETBUF 3 .Os .Sh NAME @@ -41,7 +41,7 @@ .Nm setvbuf .Nd stream buffering operations .Sh SYNOPSIS -.Fd #include <stdio.h> +.In stdio.h .Ft void .Fn setbuf "FILE *stream" "char *buf" .Ft void |