aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-11-16 13:06:31 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-11-16 13:06:31 +0100
commit2ff4446136d4f4937b27133664fe7b600782df40 (patch)
tree1c1832c3aa1c5a6834a552fa0ec784cb83339f1b
parent06f38b2f30764535ea2fb545f281927922b4575d (diff)
downloadman-pages-2ff4446136d4f4937b27133664fe7b600782df40.tar.gz
fopen.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/fopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3
index b84fe9c068..2d8d730143 100644
--- a/man3/fopen.3
+++ b/man3/fopen.3
@@ -143,7 +143,7 @@ causes all subsequent write operations to this stream to occur
at end-of-file, as if preceded the call:
.nf
- fseek(stream,0,SEEK_END);
+ fseek(stream, 0, SEEK_END);
.fi
.PP
The