diff options
Diffstat (limited to 'man2/write.2')
| -rw-r--r-- | man2/write.2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man2/write.2 b/man2/write.2 index ea2c2f8ddd..53b688e0d0 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -45,8 +45,11 @@ bytes to the file referenced by the file descriptor .I fd from the buffer starting at .IR buf . -POSIX requires that a \fBread\fP(2) which can be proved to occur after a -\fBwrite\fP() has returned returns the new data. +POSIX requires that a +.BR read (2) +which can be proved to occur after a +.BR write () +has returned returns the new data. Note that not all file systems are POSIX conforming. .SH "RETURN VALUE" |
