diff options
author | Jameson Nash <vtjnash@gmail.com> | 2020-01-07 15:00:18 -0500 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2020-01-07 23:43:09 -0500 |
commit | 2b79df645657b18b6f584225823b60fe32e6eb9a (patch) | |
tree | 220697058e9a2d6175e46fd15a35117644f97402 /docs/src | |
parent | 51a0ae7817aa3b47e52c15efe96c9298e3489945 (diff) | |
download | libuv-2b79df645657b18b6f584225823b60fe32e6eb9a.tar.gz libuv-2b79df645657b18b6f584225823b60fe32e6eb9a.zip |
docs: fix formatting
Introduced in https://github.com/libuv/libuv/pull/2404
and https://github.com/libuv/libuv/pull/2347.
PR-URL: https://github.com/libuv/libuv/pull/2609
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/misc.rst | 10 |
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 |