From 3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 30 May 2018 18:10:59 -0700 Subject: Fix numerous spelling errrors. These were found with the help of "aspell". Additionally, while reviewing the output from the spell checker, several content errors were noticed and fixed. --- docs/man/nng_pair.7.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/man/nng_pair.7.adoc') diff --git a/docs/man/nng_pair.7.adoc b/docs/man/nng_pair.7.adoc index 7d5fd435..4fefeb61 100644 --- a/docs/man/nng_pair.7.adoc +++ b/docs/man/nng_pair.7.adoc @@ -51,7 +51,7 @@ _devices_ (see `<>`) or raw mode sockets messages may be discarded. Applications that require reliable delivery semantics should consider using <> sockets, or -implement their own acknowledgement layer on top of _pair_ sockets. +implement their own acknowledgment layer on top of _pair_ sockets. In order to avoid head-of-line blocking conditions, _polyamorous_ mode _pair_ sockets (version 1 only) discard messages if they are unable to deliver them @@ -83,7 +83,7 @@ peer. In ((_polyamorous_ mode)), which is only available with version 1, a socket can support many one-to-one connections. In this mode, the application must -choose the remote peer to receive an ougoing message by setting the +choose the remote peer to receive an outgoing message by setting the `<>` to use for the outgoing message with the `<>` function. @@ -103,7 +103,7 @@ The following protocol-specific options are available. ((`NNG_OPT_PAIR1_POLY`)):: (`bool`, version 1 only) This option enables the use of _polyamorous_ mode. - The value is read-write, and takes an integer boolean value. The default + The value is read-write, and takes an integer Boolean value. The default false value (0) indicates that legacy monogamous mode should be used. `<>`:: @@ -116,7 +116,7 @@ Version 0 of the pair protocol has no protocol-specific headers. Version 1 of the pair protocol uses a single 32-bit unsigned value. The low-order (big-endian) byte of this value contains a "hop" count, and is -used in conjuction with the +used in conjunction with the `<>` option to guard against device forwarding loops. This value is initialized to 1, and incremented each time the message is -- cgit v1.2.3-70-g09d2