aboutsummaryrefslogtreecommitdiff
path: root/docs/man/libnng.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-13 22:24:54 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-13 22:24:54 -0700
commit356969c4e401fe3caa48d1c1c75f51fba24ebdab (patch)
treec6b5728f936592e779b781c685b35c65caef2604 /docs/man/libnng.3.adoc
parent2b4e9b6375db9bea3859dd20eeb9e81aad279ffd (diff)
downloadnng-356969c4e401fe3caa48d1c1c75f51fba24ebdab.tar.gz
nng-356969c4e401fe3caa48d1c1c75f51fba24ebdab.tar.bz2
nng-356969c4e401fe3caa48d1c1c75f51fba24ebdab.zip
doc: nng_url converted to mdbook.
Diffstat (limited to 'docs/man/libnng.3.adoc')
-rw-r--r--docs/man/libnng.3.adoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc
index 7187446b..a6541b52 100644
--- a/docs/man/libnng.3.adoc
+++ b/docs/man/libnng.3.adoc
@@ -253,16 +253,16 @@ to observe program behaviors and as an aid in troubleshooting.
|xref:nng_stats_get.3.adoc[nng_stats_get()]|get statistics
|===
-=== URL Object
+// === URL Object
-Common functionality is supplied for parsing and handling
-universal resource locators (URLS).
+// Common functionality is supplied for parsing and handling
+// universal resource locators (URLS).
-|===
-|xref:nng_url_clone.3.adoc[nng_url_clone()]|clone URL structure
-|xref:nng_url_free.3.adoc[nng_url_free()]|free URL structure
-|xref:nng_url_parse.3.adoc[nng_url_parse()]|create URL structure from string
-|===
+// |===
+// |xref:nng_url_clone.3.adoc[nng_url_clone()]|clone URL structure
+// |xref:nng_url_free.3.adoc[nng_url_free()]|free URL structure
+// |xref:nng_url_parse.3.adoc[nng_url_parse()]|create URL structure from string
+// |===
=== Logging Support