Skip to content

Commit

Permalink
fixes #1851 fix error in NNG_OPT_UNSUBSCRIBE description
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Aug 14, 2024
1 parent 88c0107 commit a8a8bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/man/nng_sub.7.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a8a8bd4

Please sign in to comment.