aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/unix.7')
-rw-r--r--man7/unix.77
1 files changed, 6 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7
index 1edcef756b..2a4311ab33 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