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