unix.7: Added ENOENT error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-11-15 06:29:21 +01:00
parent 1fe284ab4b
commit ec55a2b613
1 changed files with 6 additions and 1 deletions

View File

@ -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