aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorMichele Caini <michele.caini@gmail.com>2016-11-11 09:51:21 +0100
committercjihrig <cjihrig@gmail.com>2016-11-11 15:43:14 -0500
commit5f34766a14d9a397801378d4a8cd6564a410f329 (patch)
tree66517ed3903f7a943583f5bcf5dd1d10000e8992 /docs/src
parentd9d207774ea1f734310982300e55dd64b3f5682b (diff)
downloadlibuv-5f34766a14d9a397801378d4a8cd6564a410f329.tar.gz
libuv-5f34766a14d9a397801378d4a8cd6564a410f329.zip
doc: fix wrong man page link for uv_fs_lstat()
PR-URL: https://github.com/libuv/libuv/pull/1134 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Imran Iqbal <imran@imraniqbal.org>
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/fs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/fs.rst b/docs/src/fs.rst
index 8e4a98f2..192ecc70 100644
--- a/docs/src/fs.rst
+++ b/docs/src/fs.rst
@@ -223,7 +223,7 @@ API
.. c:function:: int uv_fs_fstat(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb)
.. c:function:: int uv_fs_lstat(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_fs_cb cb)
- Equivalent to :man:`stat(2)`, :man:`fstat(2)` and :man:`fstat(2)` respectively.
+ Equivalent to :man:`stat(2)`, :man:`fstat(2)` and :man:`lstat(2)` respectively.
.. c:function:: int uv_fs_rename(uv_loop_t* loop, uv_fs_t* req, const char* path, const char* new_path, uv_fs_cb cb)