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

This commit is contained in:
Jilles Tjoelker 2013-02-15 10:44:07 +00:00
parent fa358104b1
commit f108ef834e

View File

@ -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.