forked from cory/tildefriends
libuv 1.44.2
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3934 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2
deps/libuv/docs/src/guide/introduction.rst
vendored
2
deps/libuv/docs/src/guide/introduction.rst
vendored
@ -53,7 +53,7 @@ Code
|
||||
----
|
||||
|
||||
All the example code and the source of the book is included as part of
|
||||
the libuv_ project on Github.
|
||||
the libuv_ project on GitHub.
|
||||
Clone or Download libuv_, then build it::
|
||||
|
||||
sh autogen.sh
|
||||
|
2
deps/libuv/docs/src/guide/utilities.rst
vendored
2
deps/libuv/docs/src/guide/utilities.rst
vendored
@ -220,7 +220,7 @@ progress with the download whenever libuv notifies of I/O readiness.
|
||||
.. literalinclude:: ../../code/uvwget/main.c
|
||||
:language: c
|
||||
:linenos:
|
||||
:lines: 1-9,140-
|
||||
:lines: 1-9,142-
|
||||
:emphasize-lines: 7,21,24-25
|
||||
|
||||
The way each library is integrated with libuv will vary. In the case of
|
||||
|
Reference in New Issue
Block a user