summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:28:42 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:28:42 +0900
commit8bf03ce698c49d26bed3079003e59243b72af05a (patch)
tree515bad14f65aa9f79525d5942d18be94c5d05f76 /doc
parent8083ea324076672f5d5e0d6bf148ff40faa11315 (diff)
CANTROUTE removed from the documentation
This was a leftover from experimental GENERIC socket. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/xs_send.txt3
-rw-r--r--doc/xs_sendmsg.txt3
2 files changed, 0 insertions, 6 deletions
diff --git a/doc/xs_send.txt b/doc/xs_send.txt
index c5b7d74..f2d66e4 100644
--- a/doc/xs_send.txt
+++ b/doc/xs_send.txt
@@ -70,9 +70,6 @@ The provided 'socket' was invalid.
*EINTR*::
The operation was interrupted by delivery of a signal before the message was
sent.
-*ECANTROUTE*::
-Message cannot be routed to the destination specified as the peer is either
-dead or disconnected. This error makes sense only with XS_ROUTER socket.
EXAMPLE
diff --git a/doc/xs_sendmsg.txt b/doc/xs_sendmsg.txt
index bf94ecd..9478b4a 100644
--- a/doc/xs_sendmsg.txt
+++ b/doc/xs_sendmsg.txt
@@ -75,9 +75,6 @@ The operation was interrupted by delivery of a signal before the message was
sent.
*EFAULT*::
Invalid message.
-*ECANTROUTE*::
-Message cannot be routed to the destination specified as the peer is either
-dead or disconnected. This error makes sense only with XS_ROUTER socket.
EXAMPLE