aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_msg_get_pipe.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-09-07 13:35:25 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-06 14:06:29 -0700
commitbdbc936ee4e1a08125be911b1ba11f8865ab4239 (patch)
treec0e106ff5ee848984ba7e5809e747ba19f9c642c /docs/man/nng_msg_get_pipe.3.adoc
parent03b701cd70bb161fdf5adbf83c5476bd12a79dc8 (diff)
downloadnng-bdbc936ee4e1a08125be911b1ba11f8865ab4239.tar.gz
nng-bdbc936ee4e1a08125be911b1ba11f8865ab4239.tar.bz2
nng-bdbc936ee4e1a08125be911b1ba11f8865ab4239.zip
Remove deprecated `nng_pipe_getopt` and friends.
Diffstat (limited to 'docs/man/nng_msg_get_pipe.3.adoc')
-rw-r--r--docs/man/nng_msg_get_pipe.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_msg_get_pipe.3.adoc b/docs/man/nng_msg_get_pipe.3.adoc
index 154f4c43..ed387395 100644
--- a/docs/man/nng_msg_get_pipe.3.adoc
+++ b/docs/man/nng_msg_get_pipe.3.adoc
@@ -36,7 +36,7 @@ The most usual use case for this is to obtain information about the peer
from which the message was received.
This can be used to provide different behaviors for different peers, such as
a higher level of authentication for peers located on an untrusted network.
-The xref:nng_pipe_getopt.3.adoc[`nng_pipe_getopt()`] function
+The xref:nng_pipe_get.3.adoc[`nng_pipe_get()`] function
is useful in this situation.
@@ -56,5 +56,5 @@ None.
[.text-left]
xref:nng_msg_alloc.3.adoc[nng_msg_alloc(3)],
xref:nng_msg_set_pipe.3.adoc[nng_msg_set_pipe(3)],
-xref:nng_pipe_getopt.3.adoc[nng_pipe_getopt(3)],
+xref:nng_pipe_get.3.adoc[nng_pipe_get(3)],
xref:nng.7.adoc[nng(7)]