summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/setbuf.3
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-13 13:35:33 +0000
committerbde <bde@FreeBSD.org>1997-04-13 13:35:33 +0000
commit9d3ce8b6e3e7b6207a6c6fb57b2609a78c8c5bde (patch)
tree2c27756020127b3b460122f8c2a94e7b7c2159f7 /lib/libc/stdio/setbuf.3
parentd4bdcb159bfe42ea0bca83ef22c4eed7fa278d7b (diff)
downloadFreeBSD-src-9d3ce8b6e3e7b6207a6c6fb57b2609a78c8c5bde.zip
FreeBSD-src-9d3ce8b6e3e7b6207a6c6fb57b2609a78c8c5bde.tar.gz
Fixed #include and/or prototype bugs in synopsis.
Diffstat (limited to 'lib/libc/stdio/setbuf.3')
-rw-r--r--lib/libc/stdio/setbuf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index a94dec1..ec5bbd8 100644
--- a/lib/libc/stdio/setbuf.3
+++ b/lib/libc/stdio/setbuf.3
@@ -49,7 +49,7 @@
.Ft void
.Fn setbuf "FILE *stream" "char *buf"
.Ft void
-.Fn setbuffer "FILE *stream" "char *buf" "size_t size"
+.Fn setbuffer "FILE *stream" "char *buf" "int size"
.Ft int
.Fn setlinebuf "FILE *stream"
.Ft int
OpenPOWER on IntegriCloud