aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-05-18 11:01:09 -0700
committerGarrett D'Amore <garrett@damore.org>2018-05-18 11:01:09 -0700
commitd0218ca33eb9fe27d61188238b1c7680005b6aa6 (patch)
tree756cc8b9f28f956373661d96ee6746c9625aee5f /docs
parent55ad0f9b38ccd18ef5bced2582463cc697126792 (diff)
downloadnng-d0218ca33eb9fe27d61188238b1c7680005b6aa6.tar.gz
nng-d0218ca33eb9fe27d61188238b1c7680005b6aa6.tar.bz2
nng-d0218ca33eb9fe27d61188238b1c7680005b6aa6.zip
Fix incorrect cross reference.
We have the constructors for sockets with filenames without the version, such as nng_req_open.3. This broken link was found when building the epub book.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_socket_id.3.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_socket_id.3.adoc b/docs/man/nng_socket_id.3.adoc
index e9379a6b..163ab2ed 100644
--- a/docs/man/nng_socket_id.3.adoc
+++ b/docs/man/nng_socket_id.3.adoc
@@ -29,7 +29,7 @@ if it is valid.
Otherwise it returns `-1`.
NOTE: A socket is considered valid if it was ever opened with a protocol
-constructor, such as the `<<nng_req0_open.3#,nng_req0_open()>>` function.
+constructor, such as the `<<nng_req_open.3#,nng_req0_open()>>` function.
Sockets that are allocated on the stack or statically should be
initialized with the macro
`<<nng_socket.5#NNG_SOCKET_INITIALIZER,NNG_SOCKET_INITIALIZER>>` to ensure that