aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man3')
-rw-r--r--man3/fmemopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index d7f255ab33..d1dbffa85f 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -39,7 +39,7 @@ Since glibc 2.9,
the letter 'b' may be specified as the second character in
.IR mode .
This provides "binary" mode:
-writes don't implicitly add a terminating null byte, and a
+writes don't implicitly add a terminating null byte, and
.BR fseek (3)
.B SEEK_END
is relative to the end of the buffer (i.e., the value specified by the