diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-06-13 22:41:12 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-06-13 22:41:12 +0000 |
| commit | 720f2e44a3c7fcc1afd4913c5d147d9eb1b0a3b4 (patch) | |
| tree | 27bafdabf057e72ee8d5d987fa7821226f078973 /lib/libc | |
| parent | 6ca4cf4dce9d14b48e942fa3cefc4d3493a2e140 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/close.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/sys/close.2 b/lib/libc/sys/close.2 index 16b3ff90f10f..26b4fbdfa065 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 , |
