diff options
author | jilles <jilles@FreeBSD.org> | 2013-02-15 10:44:07 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2013-02-15 10:44:07 +0000 |
commit | da122517170abdabec9ff0533dde1a8666aa8898 (patch) | |
tree | 894b7c3a986bf477aac7bbdee4df94d38ac3cffc /lib | |
parent | 6f51f4e41927793152872f0fc6897b0fc304a49f (diff) | |
download | FreeBSD-src-da122517170abdabec9ff0533dde1a8666aa8898.zip FreeBSD-src-da122517170abdabec9ff0533dde1a8666aa8898.tar.gz |
setbuf(3): Remove bugs section about ancient versions of BSD.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/setbuf.3 | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index 2eda0e6..337a7c5 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 June 4, 1993 +.Dd February 15, 2013 .Dt SETBUF 3 .Os .Sh NAME @@ -195,19 +195,3 @@ and functions conform to .St -isoC . -.Sh BUGS -The -.Fn setbuffer -and -.Fn setlinebuf -functions are not portable to versions of -.Bx -before -.Bx 4.2 . -On -.Bx 4.2 -and -.Bx 4.3 -systems, -.Fn setbuf -always uses a suboptimal buffer size and should be avoided. |