aboutsummaryrefslogtreecommitdiff
path: root/docs/src/misc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/misc.rst')
-rw-r--r--docs/src/misc.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst
index 3264973b..868c2d31 100644
--- a/docs/src/misc.rst
+++ b/docs/src/misc.rst
@@ -192,10 +192,10 @@ Data types
::
- typedef struct uv_env_item_s {
- char* name;
- char* value;
- } uv_env_item_t;
+ typedef struct uv_env_item_s {
+ char* name;
+ char* value;
+ } uv_env_item_t;
.. c:type:: uv_random_t
@@ -687,7 +687,7 @@ API
- Other UNIX: `/dev/urandom` after reading from `/dev/random` once.
:returns: 0 on success, or an error code < 0 on failure. The contents of
- `buf` is undefined after an error.
+ `buf` is undefined after an error.
.. note::
When using the synchronous version, both `loop` and `req` parameters