diff options
| -rw-r--r-- | man2/write.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/write.2 b/man2/write.2 index dcb1672cbe..4c0cca4767 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -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 |
