From 8bf03ce698c49d26bed3079003e59243b72af05a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:28:42 +0900 Subject: CANTROUTE removed from the documentation This was a leftover from experimental GENERIC socket. Signed-off-by: Martin Sustrik --- doc/xs_send.txt | 3 --- doc/xs_sendmsg.txt | 3 --- 2 files changed, 6 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3