[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: setvbuf documentation
- From: markjynx@...
- Date: Mon, 12 Aug 2019 14:00:21 +0300
In the manual, it says setvbuf "sets the buffering mode mode for an
output file".
I believe it's a bit misleading.
The C standard specifies that setvbuf causes changes in input/output
buffering, not just output.
Thus input files, such as stdin, will also be affected.
Am I mistaken, or should I send a manual patch?