aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 04:09:34 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 04:15:13 +0100
commit0b54423fb55534f670e10f1ceac867b431e74c21 (patch)
tree2deff708e67ba132ef9d29477f498092edac8644
parentc7de29d4514533edd6109d863a3b3df88c68aa1c (diff)
downloadman-pages-0b54423fb55534f670e10f1ceac867b431e74c21.tar.gz
fmemopen.3: wfix
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 dc5136bda0..2be9b1ac61 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -152,7 +152,7 @@ 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 indicate end-of-file
-only when the file pointer advances
+only when the file current position advances
.I size
bytes past the start of the buffer.