diff options
Diffstat (limited to 'docs/man/nng_strerror.3.adoc')
| -rw-r--r-- | docs/man/nng_strerror.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_strerror.3.adoc b/docs/man/nng_strerror.3.adoc index 61a5f8a5..145fd0bc 100644 --- a/docs/man/nng_strerror.3.adoc +++ b/docs/man/nng_strerror.3.adoc @@ -25,7 +25,7 @@ const char * nng_strerror(int err); == DESCRIPTION The `nng_strerror()` returns the human-readable description of the -given _nng_ error in `err`. +given error in `err`. NOTE: The returned error message is provided in US English, but in the future locale-specific strings may be presented instead. |
