From 789d148cca33c07196fb3bb0902a6727a2dd41db Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Mon, 26 Feb 2001 09:38:01 +0000 Subject: Document the EINTR error. --- lib/libc/sys/write.2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2 index d01bb653b1b8..4836de1e08c8 100644 --- a/lib/libc/sys/write.2 +++ b/lib/libc/sys/write.2 @@ -215,6 +215,8 @@ The user's quota of disk blocks on the file system containing the file has been exhausted. .It Bq Er EIO An I/O error occurred while reading from or writing to the file system. +.It Bq Er EINTR +A signal interrupted the write before it could be completed. .It Bq Er EAGAIN The file was marked for non-blocking I/O, and no data could be written immediately. -- cgit v1.3