write.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-15 14:39:52 +02:00
parent 577c0e20bb
commit 6b693d86d3
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ if it is interrupted after at least one byte has been written,
the call succeeds, and returns the number of bytes written.
On Linux,
.BR read ()
.BR write ()
(and similar system calls) will transfer at most
0x7ffff000 (2,147,479,552) bytes,
returning the number of bytes actually transferred.