diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/xs_bind.txt | 2 | ||||
-rw-r--r-- | doc/xs_connect.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/xs_bind.txt b/doc/xs_bind.txt index 3472f04..c6f472c 100644 --- a/doc/xs_bind.txt +++ b/doc/xs_bind.txt @@ -46,6 +46,8 @@ ERRORS ------ *EINVAL*:: The endpoint supplied is invalid. +*ENAMETOOLONG*:: +The supplied name was too long. *EPROTONOSUPPORT*:: The requested 'transport' protocol is not supported. *ENOCOMPATPROTO*:: diff --git a/doc/xs_connect.txt b/doc/xs_connect.txt index 02597da..00625d3 100644 --- a/doc/xs_connect.txt +++ b/doc/xs_connect.txt @@ -50,6 +50,8 @@ ERRORS ------ *EINVAL*:: The endpoint supplied is invalid. +*ENAMETOOLONG*:: +The supplied name was too long. *EPROTONOSUPPORT*:: The requested 'transport' protocol is not supported. *ENOCOMPATPROTO*:: |