From ec55a2b613c1335b6682becd73a26109c79f4007 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 15 Nov 2010 06:29:21 +0100 Subject: [PATCH] unix.7: Added ENOENT error Signed-off-by: Michael Kerrisk --- man7/unix.7 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man7/unix.7 b/man7/unix.7 index 1edcef756..2a4311ab3 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -12,7 +12,7 @@ .\" address that can appear in the sockaddr_un structure: pathname, .\" unnamed, and abstract. .\" -.TH UNIX 7 2010-10-10 "Linux" "Linux Programmer's Manual" +.TH UNIX 7 2010-11-15 "Linux" "Linux Programmer's Manual" .SH NAME unix, AF_UNIX, AF_LOCAL \- Sockets for local interprocess communication @@ -344,6 +344,11 @@ invalid state for the applied operation. called on an already connected socket or a target address was specified on a connected socket. .TP +.B ENOENT +The pathname in the remote address specified to +.BR connect () +did not exist. +.TP .B ENOMEM Out of memory. .TP