diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:28:42 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:28:42 +0900 |
commit | 8bf03ce698c49d26bed3079003e59243b72af05a (patch) | |
tree | 515bad14f65aa9f79525d5942d18be94c5d05f76 /doc | |
parent | 8083ea324076672f5d5e0d6bf148ff40faa11315 (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.txt | 3 | ||||
-rw-r--r-- | doc/xs_sendmsg.txt | 3 |
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 |