fmemopen.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-09 02:56:32 +01:00
parent 0edb356c58
commit 93bb19b18c
1 changed files with 1 additions and 1 deletions

View File

@ -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