write.2: wfix

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>
This commit is contained in:
Michael Kerrisk 2016-12-10 11:33:46 +01:00
parent 60c3c265ea
commit e6f3afdb62
1 changed files with 2 additions and 2 deletions

View 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