aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_sleep_aio.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-06-18 19:19:06 -0700
committerGarrett D'Amore <garrett@damore.org>2020-06-18 19:19:06 -0700
commitdbc61a5038cacc516a49d00a59a669e2617cff51 (patch)
tree2b63b03499af29eff7b9c76e352366223ddee1ce /docs/man/nng_sleep_aio.3.adoc
parent2236819226e579058d9f9fd67f3d684630a40634 (diff)
downloadnng-dbc61a5038cacc516a49d00a59a669e2617cff51.tar.gz
nng-dbc61a5038cacc516a49d00a59a669e2617cff51.tar.bz2
nng-dbc61a5038cacc516a49d00a59a669e2617cff51.zip
Language cleanups in the documentation.
Mostly this is removal of the smart quotes, which were over-used, and misused, and could have been mistaken to be pejorative. A few other minor nits were fixed while here.
Diffstat (limited to 'docs/man/nng_sleep_aio.3.adoc')
-rw-r--r--docs/man/nng_sleep_aio.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_sleep_aio.3.adoc b/docs/man/nng_sleep_aio.3.adoc
index 323e6039..2a3cf4f2 100644
--- a/docs/man/nng_sleep_aio.3.adoc
+++ b/docs/man/nng_sleep_aio.3.adoc
@@ -1,6 +1,6 @@
= nng_sleep_aio(3)
//
-// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This document is supplied under the terms of the MIT License, a
@@ -24,7 +24,7 @@ void nng_sleep_aio(nng_duration msec, nng_aio *aio);
== DESCRIPTION
-The `nng_sleep_aio()` function performs an asynchronous "`sleep`",
+The `nng_sleep_aio()` function provides an asynchronous delay mechanism,
causing the callback for _aio_ to be executed after _msec_ milliseconds.
If the sleep finishes completely, the result will always be zero.