aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 02:56:32 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 03:09:36 +0100
commit93bb19b18c467ed8c9c7a2f8584819380899713d (patch)
treedc00860f41c0d8dcba3a4d67c3169c0939555e40
parent0edb356c587abc2dd31f3a2fa99899a7432db495 (diff)
downloadman-pages-93bb19b18c467ed8c9c7a2f8584819380899713d.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 bf6d78d42b..f125c8e421 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -96,7 +96,7 @@ buffer is flushed.
Disabling buffering with the following call
may be useful to detect errors at the time of an output operation:
- setbuf(stdream, NULL);
+ setbuf(stream, NULL);
Alternatively, the caller can explicitly set
.I buf