summaryrefslogtreecommitdiffhomepage
path: root/documentation/api/modules/nixio.README.html
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-05 09:31:27 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-05 09:37:52 +0100
commitd80dd2291ff01d264dfa802b769fa19756f07821 (patch)
treedfe7d9dc3cd772f635bdd8a4d29d55822d846149 /documentation/api/modules/nixio.README.html
parent3942789dc62d6a0e7fcfb0a935bfe5c8d372245b (diff)
documentation: update Lua API docs
Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 2ae6e3c6b3c3b65cd955bb10fb9065beebc5ffd2)
Diffstat (limited to 'documentation/api/modules/nixio.README.html')
-rw-r--r--documentation/api/modules/nixio.README.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/api/modules/nixio.README.html b/documentation/api/modules/nixio.README.html
index 22dd793491..e140659cc7 100644
--- a/documentation/api/modules/nixio.README.html
+++ b/documentation/api/modules/nixio.README.html
@@ -265,7 +265,7 @@
table <strong>nixio.const_sock</strong> for socket error codes. This might
be important if you are dealing with Windows applications, on POSIX however
const_sock is just an alias for const.</li>
- <li>With some exceptions - which are explicitely stated in the function
+ <li>With some exceptions - which are explicitly stated in the function
documentation - all blocking functions are signal-protected and will not fail
with EINTR.</li>
<li>On POSIX the SIGPIPE signal will be set to ignore upon initialization.