diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/fopen.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3 index 7ecf6695e2..e9da6d544c 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -86,7 +86,8 @@ if it does not exist. The stream is positioned at the end of the file. .B a+ Open for reading and appending (writing at end of file). The file is created if it does not exist. -The stream is positioned at the end of the file. +The initial file position for reading is at the beginning of the file, +but output is always appended to the end of the file. .PP The .I mode |
