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>
This commit is contained in:
Jameson Nash 2020-01-07 15:00:18 -05:00 committed by cjihrig
parent 51a0ae7817
commit 2b79df6456
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -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