setbuf(3): Restore a BUGS section about setbuf().

The brokenness of setbuf() is not specific to 4.2BSD and 4.3BSD but inherent
in the API definition.

Reported by:	bde
This commit is contained in:
Jilles Tjoelker 2013-02-18 22:47:59 +00:00
parent e42412a966
commit 5a9ecb5bb2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246952

View File

@ -32,7 +32,7 @@
.\" @(#)setbuf.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
.Dd February 15, 2013
.Dd February 18, 2013
.Dt SETBUF 3
.Os
.Sh NAME
@ -195,3 +195,6 @@ and
functions
conform to
.St -isoC .
.Sh BUGS
.Fn setbuf
usually uses a suboptimal buffer size and should be avoided.