diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/nng.7.adoc | 2 | ||||
| -rw-r--r-- | docs/man/nng_ctx.5.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng.7.adoc b/docs/man/nng.7.adoc index 898dfc00..754d9331 100644 --- a/docs/man/nng.7.adoc +++ b/docs/man/nng.7.adoc @@ -124,7 +124,7 @@ For example, <<nng_req.7#,_req_>> sockets will automatically match a reply to a request, and resend requests periodically if no reply was received. -There are situations, such as with <<nng_device.7#,proxies>>, +There are situations, such as with <<nng_device.3#,proxies>>, where it is desirable to bypass these semantics and simply pass messages to and from the socket with no extra semantic handling. This is possible using "`raw`" mode sockets. diff --git a/docs/man/nng_ctx.5.adoc b/docs/man/nng_ctx.5.adoc index c59a4a4c..4fcac571 100644 --- a/docs/man/nng_ctx.5.adoc +++ b/docs/man/nng_ctx.5.adoc @@ -121,7 +121,7 @@ echo(void *arg) ---- Given the above fragment, the following example shows setting up the -service. It assumes that the <<nng_socket.7#,socket>> has already been +service. It assumes that the <<nng_socket.5#,socket>> has already been created and any transports set up as well with functions such as <<nng_dial.3#,`nng_dial()`>> or <<nng_listen.3#,`nng_listen()`>>. |
