Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2013 10:44:08 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246824 - head/lib/libc/stdio
Message-ID:  <201302151044.r1FAi8rs010160@svn.freebsd.org>

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



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