From dcb962389c5f71bc25cdb84f3363eed95bad9bdd Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 6 Jul 2019 13:33:55 -0700 Subject: fixes #861 Man pages need to use .adoc suffix --- docs/man/nng_pipe_notify.3.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/man/nng_pipe_notify.3.adoc') diff --git a/docs/man/nng_pipe_notify.3.adoc b/docs/man/nng_pipe_notify.3.adoc index d5d75400..8bb9fcfd 100644 --- a/docs/man/nng_pipe_notify.3.adoc +++ b/docs/man/nng_pipe_notify.3.adoc @@ -34,7 +34,7 @@ int nng_pipe_notify(nng_socket s, nng_pipe_ev ev, nng_pipe_cb cb, void *arg); == DESCRIPTION The `nng_pipe_notify()` function registers the callback function _cb_ -to be called whenever a <> the pipe event specified by +to be called whenever a xref:nng_pipe.5.adoc[pipe] the pipe event specified by _ev_ occurs on the socket _s_. The callback _cb_ will be passed _arg_ as its final argument. @@ -46,7 +46,7 @@ The following pipe events are supported: `NNG_PIPE_EV_ADD_PRE`:: This event occurs after a connection and negotiation has completed, but before the pipe is added to the socket. -If the pipe is closed (using `<>`) at +If the pipe is closed (using xref:nng_pipe_close.3.adoc[`nng_pipe_close()`]) at this point, the socket will never see the pipe, and no further events will occur for the given pipe. @@ -61,7 +61,7 @@ The underlying transport may be closed at this point, and it is not possible communicate using this pipe. TIP: The callback _cb_ may close a pipe for any reason by simply closing -it using `<>`. +it using xref:nng_pipe_close.3.adoc[`nng_pipe_close()`]. This might be done before the pipe is added to the socket (during `NNG_PIPE_EV_ADD_PRE`), for example, if the remote peer is not authorized. @@ -82,8 +82,8 @@ This function returns 0 on success, and non-zero otherwise. == SEE ALSO [.text-left] -<>, -<>, -<>, -<>, -<> +xref:nng_pipe_close.3.adoc[nng_pipe_close(3)], +xref:nng_pipe_getopt.3.adoc[nng_pipe_getopt(3)], +xref:nng_pipe.5.adoc[nng_pipe(5)], +xref:nng_socket.5.adoc[nng_socket(5)], +xref:nng.7.adoc[nng(7)] -- cgit v1.2.3-70-g09d2