Fix text in BUGS section.

This commit is contained in:
Michael Kerrisk 2007-10-08 18:32:31 +00:00
parent f6e7dd087f
commit 47b32c0711
1 changed files with 2 additions and 2 deletions

View File

@ -175,9 +175,9 @@ 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 both
You must make sure that the space that
.I buf
and the space it points to still exist by the time
points to still exists by the time
.I stream
is closed, which also happens at program termination.
.P