aboutsummaryrefslogtreecommitdiffstats
path: root/man2/write.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/write.2')
-rw-r--r--man2/write.27
1 files changed, 7 insertions, 0 deletions
diff --git a/man2/write.2 b/man2/write.2
index 4c0cca4767..05dc28a7b2 100644
--- a/man2/write.2
+++ b/man2/write.2
@@ -86,6 +86,13 @@ that can be proved to occur after a
.BR write ()
has returned will return the new data.
Note that not all filesystems are POSIX conforming.
+
+According to POSIX.1, if
+.I count
+is greater than
+.BR SSIZE_MAX ,
+the result is implementation-defined;
+see NOTES for the upper limit on Linux.
.SH RETURN VALUE
On success, the number of bytes written is returned (zero indicates
nothing was written).