summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-06-13 22:41:12 +0000
committertrhodes <trhodes@FreeBSD.org>2003-06-13 22:41:12 +0000
commit4ec977d5e5cfca42e2f9a74cdad43b72de0e6fbe (patch)
tree27bafdabf057e72ee8d5d987fa7821226f078973 /lib/libc/sys
parent12af6656a2eb254f0378ee634422acc846868f5b (diff)
downloadFreeBSD-src-4ec977d5e5cfca42e2f9a74cdad43b72de0e6fbe.zip
FreeBSD-src-4ec977d5e5cfca42e2f9a74cdad43b72de0e6fbe.tar.gz
Document ENOSPC.
PR: 52612 Submitted by: Marc Olzheim <marcolz@ilse.nl>
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/close.22
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2
index 16b3ff9..26b4fbd 100644
--- a/lib/libc/sys/close.2
+++ b/lib/libc/sys/close.2
@@ -115,6 +115,8 @@ argument
is not an active descriptor.
.It Bq Er EINTR
An interrupt was received.
+.It Bq Er ENOSPC
+The underlying object did not fit, cached data was lost.
.El
.Sh SEE ALSO
.Xr accept 2 ,
OpenPOWER on IntegriCloud