summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/write.2
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2001-02-26 09:38:01 +0000
committerjasone <jasone@FreeBSD.org>2001-02-26 09:38:01 +0000
commit2534aff6a5eaacba180d4be5b1637acb6e7cc404 (patch)
tree6eb33725d4a98e32d255a34ca81925eab348e5e8 /lib/libc/sys/write.2
parent2023ed4023adb90dd28ca1be607c88428c6c296d (diff)
downloadFreeBSD-src-2534aff6a5eaacba180d4be5b1637acb6e7cc404.zip
FreeBSD-src-2534aff6a5eaacba180d4be5b1637acb6e7cc404.tar.gz
Document the EINTR error.
Diffstat (limited to 'lib/libc/sys/write.2')
-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 d01bb65..4836de1 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.
OpenPOWER on IntegriCloud