fmemopen.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-09 04:20:13 +01:00
parent f29c8cd8e9
commit 82aa5cf962
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ Attempts to write more than
bytes to the buffer result in an error.
(By default, such errors will be visible only when the
.I stdio
buffer is flushed.
buffer is flushed.)
Disabling buffering with the following call
may be useful to detect errors at the time of an output operation: