Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 16:06:20 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r248652 - stable/9/lib/libc/stdio
Message-ID:  <201303231606.r2NG6KLU090504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303231606.r2NG6KLU090504>