summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2013-02-18 22:47:59 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2013-02-18 22:47:59 +0000
commit5a9ecb5bb2cad995cd97d2ca4be64f2d337ef2e4 (patch)
tree65eed63b408e4e87f0096c639f250d859f33fa41 /lib/libc/stdio
parente42412a96695d0e9116de5c6ac75823d2711218d (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/setbuf.35
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index 337a7c55debe..d1ae70b03345 100644
--- a/lib/libc/stdio/setbuf.3
+++ b/lib/libc/stdio/setbuf.3
@@ -32,7 +32,7 @@
.\" @(#)setbuf.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd February 15, 2013
+.Dd February 18, 2013
.Dt SETBUF 3
.Os
.Sh NAME
@@ -195,3 +195,6 @@ and
functions
conform to
.St -isoC .
+.Sh BUGS
+.Fn setbuf
+usually uses a suboptimal buffer size and should be avoided.