aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fmemopen.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-10-12 07:13:02 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-10-12 07:53:22 +0200
commite008cdda60ec72d783bcc62b5d29363326f93c20 (patch)
treedad6b34f15f93cbcf80de88432cd77e4d1a3787e /man3/fmemopen.3
parent16ee3d56947ec8998019b6e0221374a3316eaba1 (diff)
downloadman-pages-e008cdda60ec72d783bcc62b5d29363326f93c20.tar.gz
fmemopen.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/fmemopen.3')
-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