From 0f7ad003c7b357d5e5a8fb10753732c8460eef15 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 12 Oct 2024 13:06:40 -0700 Subject: Minor fixes to mdbook docs. --- docs/ref/api/msg/nng_msg_header.md | 2 +- docs/ref/tran/socket.md | 2 +- docs/ref/tran/udp.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/ref/api/msg/nng_msg_header.md b/docs/ref/api/msg/nng_msg_header.md index 7c25347c..7743684a 100644 --- a/docs/ref/api/msg/nng_msg_header.md +++ b/docs/ref/api/msg/nng_msg_header.md @@ -40,7 +40,7 @@ should be considered overhead in the protocols where they appear. > [!TIP] > Most applications should not need to access the message header content -> directly, unless they ar working with [raw mode][raw] sockets. +> directly, unless they are working with [raw mode][raw] sockets. The `nng_msg_header` function returns a pointer to the start of the header content of the message _msg_. 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. -- cgit v1.2.3-70-g09d2