]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
write.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 10 Dec 2016 10:33:46 +0000 (11:33 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 10 Dec 2016 10:33:46 +0000 (11:33 +0100)
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574041

Reported-by: Daniel Baluta <daniel.baluta@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/write.2

index dcb1672cbef21aa28c18435a1e2664f1287e6b74..4c0cca47678b18478ab309ed9d127675f766de46 100644 (file)
@@ -82,9 +82,9 @@ are performed as an atomic step.
 
 POSIX requires that a
 .BR read (2)
-which can be proved to occur after a
+that can be proved to occur after a
 .BR write ()
-has returned returns the new data.
+has returned will return the new data.
 Note that not all filesystems are POSIX conforming.
 .SH RETURN VALUE
 On success, the number of bytes written is returned (zero indicates