summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-11-08 19:25:30 -0800
committerGarrett D'Amore <garrett@damore.org>2018-11-08 19:25:30 -0800
commiteee06b8b71fc4f703d6582110d67b3fe3a0c7b22 (patch)
tree1908852358cc3cdfd916fd686e83fd0cf75f26eb /docs
parent24ea7cb7ba7f78f0dbf95b5fb864cc9accb45cdc (diff)
downloadnng-eee06b8b71fc4f703d6582110d67b3fe3a0c7b22.tar.gz
nng-eee06b8b71fc4f703d6582110d67b3fe3a0c7b22.tar.bz2
nng-eee06b8b71fc4f703d6582110d67b3fe3a0c7b22.zip
Minor markup to append parens to functions.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_dialer_id.3.adoc4
-rw-r--r--docs/man/nng_listener_id.3.adoc4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_dialer_id.3.adoc b/docs/man/nng_dialer_id.3.adoc
index 35fb2665..029a8b47 100644
--- a/docs/man/nng_dialer_id.3.adoc
+++ b/docs/man/nng_dialer_id.3.adoc
@@ -29,8 +29,8 @@ if it is valid.
Otherwise it returns `-1`.
NOTE: A dialer is considered valid if it was ever created with the
-`<<nng_dialer_create.3#,nng_dialer_create>>` or
-`<<nng_dial.3#,nng_dial>>` functions.
+`<<nng_dialer_create.3#,nng_dialer_create()>>` or
+`<<nng_dial.3#,nng_dial()>>` functions.
Dialers that are allocated on the stack or statically should be
initialized with the macro
`<<nng_ctx.5#NNG_DIALER_INITIALIZER,NNG_DIALER_INITIALIZER>>` to ensure that
diff --git a/docs/man/nng_listener_id.3.adoc b/docs/man/nng_listener_id.3.adoc
index b0d4c2d2..66591135 100644
--- a/docs/man/nng_listener_id.3.adoc
+++ b/docs/man/nng_listener_id.3.adoc
@@ -29,8 +29,8 @@ listener _l_, if it is valid.
Otherwise it returns `-1`.
NOTE: A listener is considered valid if it was ever created with the
-`<<nng_listener_create.3#,nng_listener_create>>` or
-`<<nng_listen.3#,nng_listen>>` functions.
+`<<nng_listener_create.3#,nng_listener_create()>>` or
+`<<nng_listen.3#,nng_listen()>>` functions.
listeners that are allocated on the stack or statically should be
initialized with the macro
`<<nng_ctx.5#NNG_LISTENER_INITIALIZER,NNG_LISTENER_INITIALIZER>>` to ensure that