aboutsummaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-06-18 18:00:58 -0700
committerGarrett D'Amore <garrett@damore.org>2020-06-18 18:00:58 -0700
commit5466b1c4de6096592ca378ff1365c205cabcb2f1 (patch)
treef216dd1ad8023334f5ba953fc6ffe9e7fe0c4f21 /docs/man
parentb12081bebe85dfc02bbc2b23d48458613be20fa2 (diff)
downloadnng-5466b1c4de6096592ca378ff1365c205cabcb2f1.tar.gz
nng-5466b1c4de6096592ca378ff1365c205cabcb2f1.tar.bz2
nng-5466b1c4de6096592ca378ff1365c205cabcb2f1.zip
Fix incorrect section header levels.
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/nng.7.adoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/man/nng.7.adoc b/docs/man/nng.7.adoc
index 61981c03..88c0266a 100644
--- a/docs/man/nng.7.adoc
+++ b/docs/man/nng.7.adoc
@@ -49,7 +49,7 @@ application developer to use the new-style API.
The _nng_ library is implemented in pure C; if you need bindings for
other languages please check the http://nanomsg.org/[website].
-== Protocols
+=== Protocols
[horizontal]
xref:nng_bus.7.adoc[nng_bus(7)]:: Bus protocol
@@ -74,7 +74,7 @@ xref:nng_surveyor.7.adoc[nng_surveyor(7)]:: Surveyor side of survey protocol
//* xref:nng_respondent.7.adoc[nng_respondent(7)] - Respondent side of survey protocol
//* xref:nng_surveyor.7.adoc[nng_surveyor(7)] - Surveyor side of survey protocol
-== Transports
+=== Transports
[horizontal]
xref:nng_inproc.7.adoc[nng_inproc(7)]:: Intra-process transport
@@ -84,7 +84,7 @@ xref:nng_tcp.7.adoc[nng_tcp(7)]:: TCP (and TCPv6) transport
xref:nng_ws.7.adoc[nng_ws(7)]:: WebSocket transport
xref:nng_zerotier.7.adoc[nng_zerotier(7)]:: ZeroTier transport
-== Conceptual Overview
+=== Conceptual Overview
_nng_ presents a _socket_ view of networking.
The sockets are constructed using protocol-specific functions, as a given
@@ -128,7 +128,7 @@ all; the socket abstraction should provide all the functionality needed
other than in a few specific circumstances.
[[raw_mode]]
-=== Raw Mode
+==== Raw Mode
(((cooked mode)))(((raw mode)))
Most applications will use _nng_ sockets in "`cooked`" mode.
@@ -153,7 +153,7 @@ TIP: The xref:nng_device.3.adoc[`nng_device()`] function only works with raw mod
sockets, but as it only forwards the messages, no additional application
processing is needed.
-=== URLs
+==== URLs
(((URL)))
The _nng_ library uses ((universal resource locators)) (URLs)
@@ -193,7 +193,7 @@ conventions for C identifiers, and not be longer than 32 characters in length.
This will maximize compatibility across systems and minimize opportunities for
confusion when they are parsed on different systems.
-== API
+=== API
The library API is documented at xref:libnng.3.adoc[libnng(3)].