aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-04-11 12:41:59 +0200
committercjihrig <cjihrig@gmail.com>2017-04-11 10:43:23 -0400
commit5e5ac86a540be90479cd77a2e593174c21a380c0 (patch)
tree823f8ea58e5d6ae18f0b349c8f2901bb095d51ef /docs/src
parentcd937833a7e08d119f41f89f7bed8d78b594e9e4 (diff)
downloadlibuv-5e5ac86a540be90479cd77a2e593174c21a380c0.tar.gz
libuv-5e5ac86a540be90479cd77a2e593174c21a380c0.zip
doc: fix docs/src/fs.rst build warning
This commit fixes a warning about the title underline being too short. PR-URL: https://github.com/libuv/libuv/pull/1300 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
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 17e328c7..234713ec 100644
--- a/docs/src/fs.rst
+++ b/docs/src/fs.rst
@@ -2,7 +2,7 @@
.. _fs:
File system operations
-=====================
+======================
libuv provides a wide variety of cross-platform sync and async file system
operations. All functions defined in this document take a callback, which is