aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 04:20:13 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 04:20:13 +0100
commit82aa5cf962a2f435007de52be26755665be15bf4 (patch)
treeffb62b9438bfc8bacbdddf0a3252d90afa25c021
parentf29c8cd8e956479fe8edc60f7dd3eade34601cf4 (diff)
downloadman-pages-82aa5cf962a2f435007de52be26755665be15bf4.tar.gz
fmemopen.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/fmemopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index c8838d1551..6517bb0d37 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -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: