]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
connect.2: ERRORS: add EPROTOTYPE
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 25 Jun 2014 07:00:27 +0000 (09:00 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 27 Jun 2014 06:57:08 +0000 (08:57 +0200)
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708394

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/connect.2

index 9bd855b1ea887317116130b375ccda7ff539b4ee..a3152e2df9d261a1e0be717b904a6095e04f3baf 100644 (file)
@@ -223,6 +223,11 @@ Network is unreachable.
 .B ENOTSOCK
 The file descriptor is not associated with a socket.
 .TP
+.B EPROTOTYPE
+The socket type does not support the requested communications protocol.
+This error can occur, for example,
+on an attempt to connect a UNIX domain datagram socket to a stream socket.
+.TP
 .B ETIMEDOUT
 Timeout while attempting connection.
 The server may be too