aboutsummaryrefslogtreecommitdiff
path: root/docs/socket.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/socket.html')
-rw-r--r--docs/socket.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/socket.html b/docs/socket.html
index b4db823..983f1c9 100644
--- a/docs/socket.html
+++ b/docs/socket.html
@@ -311,7 +311,7 @@ socket.<b>sink(</b>mode, socket<b>)</b>
311 311
312<p class="description"> 312<p class="description">
313Creates an 313Creates an
314<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> 314<a href="https://github.com/lunarmodules/luasocket/blob/master/ltn012.md">LTN12</a>
315sink from a stream socket object. 315sink from a stream socket object.
316</p> 316</p>
317 317
@@ -386,7 +386,7 @@ socket.<b>source(</b>mode, socket [, length]<b>)</b>
386 386
387<p class="description"> 387<p class="description">
388Creates an 388Creates an
389<a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> 389<a href="https://github.com/lunarmodules/luasocket/blob/master/ltn012.md">LTN12</a>
390source from a stream socket object. 390source from a stream socket object.
391</p> 391</p>
392 392