aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallen <leloucharcher@163.com>2019-10-12 10:56:23 +0800
committerallen <leloucharcher@163.com>2019-10-12 10:56:23 +0800
commitb403bbba8d161d28ac07d9bef083ccfdd92a0742 (patch)
treecd921c6dc06767f19efffc2bc4078387c97d6f29 /doc
parenta585a2778e0540e7e2514796c42da8287a77e190 (diff)
downloadjansson-b403bbba8d161d28ac07d9bef083ccfdd92a0742.zip
jansson-b403bbba8d161d28ac07d9bef083ccfdd92a0742.tar.gz
jansson-b403bbba8d161d28ac07d9bef083ccfdd92a0742.tar.bz2
modify some words
Diffstat (limited to 'doc')
-rw-r--r--doc/apiref.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/apiref.rst b/doc/apiref.rst
index cdd2058..eb4706a 100644
--- a/doc/apiref.rst
+++ b/doc/apiref.rst
@@ -1333,11 +1333,11 @@ If no error or position information is needed, you can pass *NULL*.
It is important to note that this function can only succeed on stream
file descriptors (such as SOCK_STREAM). Using this function on a
non-stream file descriptor will result in undefined behavior. For
- non-stream file descriptors, see instead :func:`json_loadb()`.In
- addition, please also note that this function cannot be used on
- non-blocking file descriptors (such as non-blocking socket). Using
- this function on non-blocking file descriptors has a high risk of
- data loss because it does not support resuming.
+ non-stream file descriptors, see instead :func:`json_loadb()`. In
+ addition, please note that this function cannot be used on non-blocking
+ file descriptors (such as a non-blocking socket). Using this function
+ on non-blocking file descriptors has a high risk of data loss because
+ it does not support resuming.
This function requires POSIX and fails on all non-POSIX systems.