diff options
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 |