diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-29 11:11:24 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-08-18 17:01:50 -0500 |
| commit | eb0eae100bc04854cfce73df8af67d6063af9ae1 (patch) | |
| tree | cd435103eaba98882947eee147dd75150e88f0a2 /man3/setbuf.3 | |
| parent | da9b56b212dd18a830f232395924d6ae0d951322 (diff) | |
| download | man-pages-eb0eae100bc04854cfce73df8af67d6063af9ae1.tar.gz | |
setbuf.3: Remove ancient Linux libc and 4.x BSD details
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/setbuf.3')
| -rw-r--r-- | man3/setbuf.3 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/setbuf.3 b/man3/setbuf.3 index fdb53fd2f5..ddac09299c 100644 --- a/man3/setbuf.3 +++ b/man3/setbuf.3 @@ -177,15 +177,15 @@ and .BR setvbuf () functions conform to C89 and C99. .SH BUGS -The -.BR setbuffer () -and -.BR setlinebuf () -functions are not portable to versions of BSD before 4.2BSD, and -are available under Linux since libc 4.5.21. -On 4.2BSD and 4.3BSD systems, -.BR setbuf () -always uses a suboptimal buffer size and should be avoided. +.\" The +.\" .BR setbuffer () +.\" and +.\" .BR setlinebuf () +.\" functions are not portable to versions of BSD before 4.2BSD, and +.\" are available under Linux since libc 4.5.21. +.\" On 4.2BSD and 4.3BSD systems, +.\" .BR setbuf () +.\" always uses a suboptimal buffer size and should be avoided. .P You must make sure that the space that .I buf |
