aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.co.jp>2021-09-29 10:38:41 +0900
committerAlejandro Colomar <alx.manpages@gmail.com>2021-10-02 20:12:23 +0200
commit0e6dbf309386881b1c3d87dc0fa60048497f3dfe (patch)
tree8daed5d6cec464a58c2355e639ad7e145affd678 /man7/unix.7
parent9f307c06efc8c40a8aff30cf13ef3a8528be9222 (diff)
downloadman-pages-0e6dbf309386881b1c3d87dc0fa60048497f3dfe.tar.gz
unix.7: Add a description for ENFILE.
When creating UNIX domain sockets, the kernel used to return -ENOMEM on error where it should return -ENFILE. The behaviour has been wrong since 2.2.4 and fixed in the recent commit f4bd73b5a950 ("af_unix: Return errno instead of NULL in unix_create1()."). Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.co.jp> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.73
1 files changed, 3 insertions, 0 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 6d30b25cd4..2dc96fea10 100644
--- a/man7/unix.7
+++ b/man7/unix.7
@@ -721,6 +721,9 @@ invalid state for the applied operation.
called on an already connected socket or a target address was
specified on a connected socket.
.TP
+.B ENFILE
+The system-wide limit on the total number of open files has been reached.
+.TP
.B ENOENT
The pathname in the remote address specified to
.BR connect (2)