This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix documentation for setbuf.


Hi,

The documentation for setbuf() incorrectly described setbuf(0, 0) as
having undefined behaviour on stringbuf, and failed to mention
strstreambuf at all. There were also some typos in the next sentence.

Regards,
Petur

2003-08-29  Petur Runolfsson  <peturr02@ru.is>

	* docs/html/27_io/howto.html: setbuf(0, 0) has no effect on
	stringbuf or strstreambuf. Fix typos.

Attachment: setbuf.diff
Description: setbuf.diff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]