svn commit: r246824 - head/lib/libc/stdio

Jilles Tjoelker jilles at FreeBSD.org
Fri Feb 15 10:44:08 UTC 2013


Author: jilles
Date: Fri Feb 15 10:44:07 2013
New Revision: 246824
URL: http://svnweb.freebsd.org/changeset/base/246824

Log:
  setbuf(3): Remove bugs section about ancient versions of BSD.

Modified:
  head/lib/libc/stdio/setbuf.3

Modified: head/lib/libc/stdio/setbuf.3
==============================================================================
--- head/lib/libc/stdio/setbuf.3	Fri Feb 15 09:10:01 2013	(r246823)
+++ head/lib/libc/stdio/setbuf.3	Fri Feb 15 10:44:07 2013	(r246824)
@@ -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.


More information about the svn-src-head mailing list