fmemopen.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-28 10:04:45 +01:00
parent 7908afeac2
commit 035ecf0a03
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ of the buffer's size, using:
In a stream opened for reading,
null bytes (\(aq\\0\(aq) in the buffer do not cause read
operations to return an end-of-file indication.
A read from the buffer will only indicate end-of-file
when the file pointer advances
A read from the buffer will indicate end-of-file
only when the file pointer advances
.I size
bytes past the start of the buffer.
.PP