From 6b693d86d3ea43c415b5ca09f8297dcfbd298f03 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 15 May 2015 14:39:52 +0200 Subject: [PATCH] write.2: wfix Signed-off-by: Michael Kerrisk --- man2/write.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/write.2 b/man2/write.2 index 3e8c363ab..45c83a750 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -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.