diff options
Diffstat (limited to 'docs/nng_pub.adoc')
| -rw-r--r-- | docs/nng_pub.adoc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/nng_pub.adoc b/docs/nng_pub.adoc index d69c4f9b..14b10bc0 100644 --- a/docs/nng_pub.adoc +++ b/docs/nng_pub.adoc @@ -5,8 +5,8 @@ nng_pub(7) :mansource: nng :icons: font :source-highlighter: pygments -:copyright: Copyright 2017 Garrett D'Amore <garrett@damore.org> \ - Copyright 2017 Capitar IT Group BV <info@capitar.com> \ +:copyright: Copyright 2018 Garrett D'Amore <garrett@damore.org> \ + Copyright 2018 Capitar IT Group BV <info@capitar.com> \ This software is supplied under the terms of the MIT License, a \ copy of which should be located in the distribution where this \ file was obtained (LICENSE.txt). A copy of the license may also \ @@ -35,7 +35,7 @@ subscribers. The subscribing applications only see the data to which they have subscribed. The _nng_pub_ protocol is the publisher side, and the -<<nng_sub.adoc#,nng_sub(7)>> protocol is the subscriber side. +<<nng_sub#,nng_sub(7)>> protocol is the subscriber side. NOTE: In this implementation, the publisher delivers all messages to all subscribers. The subscribers maintain their own subscriptions, and filter @@ -71,14 +71,14 @@ The _nng_pub_ protocol has no protocol-specific headers. SEE ALSO -------- -<<nng.adoc#,nng(7)>> -<<nng_sub.adoc#,nng_sub(7)>> +<<nng#,nng(7)>>, +<<nng_sub#,nng_sub(7)>> COPYRIGHT --------- -Copyright 2017 mailto:garrett@damore.org[Garrett D'Amore] + -Copyright 2017 mailto:info@capitar.com[Capitar IT Group BV] +Copyright 2018 mailto:garrett@damore.org[Garrett D'Amore] + +Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] This document is supplied under the terms of the -https://opensource.org/licenses/LICENSE.txt[MIT License]. +https://opensource.org/licenses/MIT[MIT License]. |
