summaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/misc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/misc.rst')
-rw-r--r--deps/uv/docs/src/misc.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/deps/uv/docs/src/misc.rst b/deps/uv/docs/src/misc.rst
index 95237f49c7..7193469462 100644
--- a/deps/uv/docs/src/misc.rst
+++ b/deps/uv/docs/src/misc.rst
@@ -192,7 +192,11 @@ API
.. c:function:: int uv_set_process_title(const char* title)
- Sets the current process title.
+ Sets the current process title. On platforms with a fixed size buffer for the
+ process title the contents of `title` will be copied to the buffer and
+ truncated if larger than the available space. Other platforms will return
+ `UV_ENOMEM` if they cannot allocate enough space to duplicate the contents of
+ `title`.
.. c:function:: int uv_resident_set_memory(size_t* rss)