aboutsummaryrefslogtreecommitdiff
path: root/docs/ref/tran
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/tran')
-rw-r--r--docs/ref/tran/socket.md2
-rw-r--r--docs/ref/tran/udp.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/tran/socket.md b/docs/ref/tran/socket.md
index c55966a8..24b7cf68 100644
--- a/docs/ref/tran/socket.md
+++ b/docs/ref/tran/socket.md
@@ -2,7 +2,7 @@
## Description
-The {{i:_socket_ transport}} supports communication between
+The {{i:*socket* transport}} supports communication between
peers across arbitrary BSD sockets, such as those that are
created with [`nng_socket_pair`][nng_socket_pair].
diff --git a/docs/ref/tran/udp.md b/docs/ref/tran/udp.md
index 7c389028..e7912085 100644
--- a/docs/ref/tran/udp.md
+++ b/docs/ref/tran/udp.md
@@ -2,7 +2,7 @@
## Description
-The {{i:_udp_ transport}} supports communication between peers using {{i:UDP}}.
+The {{i:*udp* transport}} supports communication between peers using {{i:UDP}}.
UDP is a very light-weight connection-less, unreliable, unordered delivery mechanism.