summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 11:44:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-03-05 11:44:37 +0000
commit970ce70577fe0984b06292acf0b7ac6b96bfb89a (patch)
tree46ae16786065676f6f4da97ca48eb657d947d842 /lib/libc
parent5ee963226b9b92e718146cadff5c3463d156931e (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/write.22
1 files changed, 2 insertions, 0 deletions
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.