svn commit: r248652 - stable/9/lib/libc/stdio

Jilles Tjoelker jilles at FreeBSD.org
Sat Mar 23 16:06:21 UTC 2013


Author: jilles
Date: Sat Mar 23 16:06:20 2013
New Revision: 248652
URL: http://svnweb.freebsd.org/changeset/base/248652

Log:
  MFC r246824,r246952: setbuf(3): Bring BUGS section up to date.

Modified:
  stable/9/lib/libc/stdio/setbuf.3
Directory Properties:
  stable/9/lib/libc/   (props changed)

Modified: stable/9/lib/libc/stdio/setbuf.3
==============================================================================
--- stable/9/lib/libc/stdio/setbuf.3	Sat Mar 23 16:02:49 2013	(r248651)
+++ stable/9/lib/libc/stdio/setbuf.3	Sat Mar 23 16:06:20 2013	(r248652)
@@ -32,7 +32,7 @@
 .\"     @(#)setbuf.3	8.1 (Berkeley) 6/4/93
 .\" $FreeBSD$
 .\"
-.Dd June 4, 1993
+.Dd February 18, 2013
 .Dt SETBUF 3
 .Os
 .Sh NAME
@@ -196,18 +196,5 @@ 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.
+usually uses a suboptimal buffer size and should be avoided.


More information about the svn-src-all mailing list