diff options
Diffstat (limited to 'docs/man/nng.7.adoc')
| -rw-r--r-- | docs/man/nng.7.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/nng.7.adoc b/docs/man/nng.7.adoc index ab7c5687..082b74fd 100644 --- a/docs/man/nng.7.adoc +++ b/docs/man/nng.7.adoc @@ -1,6 +1,6 @@ = nng(7) // -// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2019 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This document is supplied under the terms of the MIT License, a @@ -143,13 +143,13 @@ to and from the socket with no extra semantic handling. This is possible using "`raw`" mode sockets. Raw mode sockets are generally constructed with a different function, -such as `<<nng_req_open.3#,nng_req0_open_raw()>>`. +such as <<nng_req_open.3#,`nng_req0_open_raw()`>>. Using these sockets, the application can simply send and receive messages, and is responsible for supplying any additional socket semantics. Typically this means that the application will need to inspect message headers on incoming messages, and supply them on outgoing messages. -TIP: The `<<nng_device.3#,nng_device()>>` function only works with raw mode +TIP: The <<nng_device.3#,`nng_device()`>> function only works with raw mode sockets, but as it only forwards the messages, no additional application processing is needed. |
