aboutsummaryrefslogtreecommitdiffstats
path: root/man7/unix.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-11-15 06:29:21 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-11-15 06:29:21 +0100
commitec55a2b613c1335b6682becd73a26109c79f4007 (patch)
treea5af8d4392847d4351cdafa45ca35dd3082c3e93 /man7/unix.7
parent1fe284ab4b4c1c6e9a1acecdd239b16df919bfa9 (diff)
downloadman-pages-ec55a2b613c1335b6682becd73a26109c79f4007.tar.gz
unix.7: Added ENOENT error
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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