diff options
Diffstat (limited to 'docs/man/nng_recv.3.adoc')
| -rw-r--r-- | docs/man/nng_recv.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_recv.3.adoc b/docs/man/nng_recv.3.adoc index b430fe9d..ef1f2756 100644 --- a/docs/man/nng_recv.3.adoc +++ b/docs/man/nng_recv.3.adoc @@ -34,7 +34,7 @@ The _flags_ is a bit mask that may contain any of the following values: by the socket _s_, or any configured timer expires. `NNG_FLAG_ALLOC`:: - If this flag is present, then a "`((zero-copy))`" mode is used. + If this flag is present, then a ((zero-copy)) mode is used. In this case the caller must set the value of _data_ to the location of another pointer (of type `void *`), and the _sizep_ pointer must be set to a location to receive the size of the message body. |
