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:
parent
51a0ae7817
commit
2b79df6456
@ -192,10 +192,10 @@ Data types
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
typedef struct uv_env_item_s {
|
typedef struct uv_env_item_s {
|
||||||
char* name;
|
char* name;
|
||||||
char* value;
|
char* value;
|
||||||
} uv_env_item_t;
|
} uv_env_item_t;
|
||||||
|
|
||||||
.. c:type:: uv_random_t
|
.. c:type:: uv_random_t
|
||||||
|
|
||||||
@ -687,7 +687,7 @@ API
|
|||||||
- Other UNIX: `/dev/urandom` after reading from `/dev/random` once.
|
- Other UNIX: `/dev/urandom` after reading from `/dev/random` once.
|
||||||
|
|
||||||
:returns: 0 on success, or an error code < 0 on failure. The contents of
|
: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::
|
.. note::
|
||||||
When using the synchronous version, both `loop` and `req` parameters
|
When using the synchronous version, both `loop` and `req` parameters
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user