summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/nng_sub.7.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_sub.7.adoc b/docs/man/nng_sub.7.adoc
index 2d0e6de1..a96c1217 100644
--- a/docs/man/nng_sub.7.adoc
+++ b/docs/man/nng_sub.7.adoc
@@ -76,7 +76,7 @@ TIP: To receive all messages, an empty topic (zero length) can be used.
((`NNG_OPT_SUB_UNSUBSCRIBE`))::
- This option, also read-only, removes a topic from the subscription list.
+ This option, also write-only, removes a topic from the subscription list.
Note that if the topic was not previously subscribed to with
`NNG_OPT_SUB_SUBSCRIBE` then an `NNG_ENOENT` error will result.