diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-05-30 18:10:59 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-30 18:10:59 -0700 |
| commit | 3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b (patch) | |
| tree | 64d829e2f4a860ace29442833e9da1abf70f3a2c /docs/man/nn_recvmsg.3compat.adoc | |
| parent | b2338c1a6d1e57f01396a8e77c65734cb2f0ae17 (diff) | |
| download | nng-3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b.tar.gz nng-3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b.tar.bz2 nng-3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b.zip | |
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.
Diffstat (limited to 'docs/man/nn_recvmsg.3compat.adoc')
| -rw-r--r-- | docs/man/nn_recvmsg.3compat.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nn_recvmsg.3compat.adoc b/docs/man/nn_recvmsg.3compat.adoc index 7bd2e34a..ae70585d 100644 --- a/docs/man/nn_recvmsg.3compat.adoc +++ b/docs/man/nn_recvmsg.3compat.adoc @@ -24,7 +24,7 @@ int nn_recvmsg(int sock, struct nn_msghdr *hdr, int flags); == DESCRIPTION -The `nn_recvmsg()` function receives a message into the heade described by +The `nn_recvmsg()` function receives a message into the header described by _hdr_ using the socket _sock_. NOTE: This function is provided for API @@ -67,7 +67,7 @@ or similar when it is no longer needed. The values of `msg_control` and `msg_controllen` describe a buffer of ancillary data associated with the message. -This is currenly only useful to obtain the message headers +This is currently only useful to obtain the message headers used with <<nng.7#raw_mode,raw mode>> sockets. In all other circumstances these fields should be zero. Details about this structure are covered in |
