summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2022-04-16 14:36:27 -0700
committerGarrett D'Amore <garrett@damore.org>2022-04-16 14:36:27 -0700
commit60bf092d3e6e68d0af55c78b679310b1687016e8 (patch)
tree9644e6ff61b4f23e4c77b01965fdfb928082b6a2 /docs
parentef929a35833fed8eac4aaaf7739d4df1ed72ae00 (diff)
downloadnng-60bf092d3e6e68d0af55c78b679310b1687016e8.tar.gz
nng-60bf092d3e6e68d0af55c78b679310b1687016e8.tar.bz2
nng-60bf092d3e6e68d0af55c78b679310b1687016e8.zip
fixes #1577 nng_stat_find_socket always returns the same stats node
Also this fixes problems with uninitialized socket names, and the socket name stat not being adjusted correctly when set via API.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_options.5.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_options.5.adoc b/docs/man/nng_options.5.adoc
index 1ad61c46..e4e5124d 100644
--- a/docs/man/nng_options.5.adoc
+++ b/docs/man/nng_options.5.adoc
@@ -282,7 +282,7 @@ return value of `NNG_ETIMEDOUT`.
(((name, socket)))
(string)
This the socket name.
-By default this is a string corresponding to the value of the socket.
+By default, this is a string corresponding to the value of the socket.
The string must fit within 64-bytes, including the terminating
`NUL` byte.
The value is intended for application use, and is not used for anything