]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fopen.3: Minor tweaks to Elliot's patch
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 12 Apr 2019 09:31:35 +0000 (11:31 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 14 Apr 2019 17:12:34 +0000 (19:12 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/fopen.3

index 5f4abb8eae89f175e3f1f87d8482c8157e4b2be1..0a6343aead9c9386f2583b6da5a6cbc213042fea 100644 (file)
@@ -101,9 +101,10 @@ The stream is positioned at the end of the file.
 Open for reading and appending (writing at end of file).
 The file is created if it does not exist.
 Output is always appended to the end of the file.
+POSIX is silent on what the initial read position is when using this mode.
 For glibc, the initial file position for reading is at
 the beginning of the file, but for Android/BSD/MacOS, the
-initial file position for reading is the end of the file.
+initial file position for reading is at the end of the file.
 .PP
 The
 .I mode