diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-11-27 16:51:15 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-11-27 16:51:15 -0800 |
| commit | 794bbe79ec331875f8d330349397a8c802e4c764 (patch) | |
| tree | b448d19e1dd9656c4bd57ea257eba7b0e635097a /docs | |
| parent | d04b0cfcb5a37f5b6b6ba0fbd031bdbad94399b1 (diff) | |
| download | nng-794bbe79ec331875f8d330349397a8c802e4c764.tar.gz nng-794bbe79ec331875f8d330349397a8c802e4c764.tar.bz2 nng-794bbe79ec331875f8d330349397a8c802e4c764.zip | |
fixes #802 wrong description in nng_http_client_connect/EADDRINVAL
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/nng_http_client_connect.3http.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_client_connect.3http.adoc b/docs/man/nng_http_client_connect.3http.adoc index ed8a7f98..aea16746 100644 --- a/docs/man/nng_http_client_connect.3http.adoc +++ b/docs/man/nng_http_client_connect.3http.adoc @@ -45,7 +45,7 @@ None. == ERRORS [horizontal] -`NNG_EADDRINVAL`:: The server is configured with an invalid address. +`NNG_EADDRINVAL`:: The client is configured with an invalid address. `NNG_ECANCELED`:: The operation was aborted. `NNG_ECONNREFUSED`:: The TCP connection was refused by the server. `NNG_ECONNRESET`:: The TCP connection was reset by the server. |
