diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-09-21 20:00:23 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-09-21 20:00:23 +0000 |
commit | 24fbcf34707b79ed3d2f6330ea909dfb42a9648b (patch) | |
tree | e6e6b0a4f1802effa88fde5cf13a212e04aea54d /doc/udp.html | |
parent | c554b0c9dfc5698ab72689a9fcb5868ef217859a (diff) | |
download | luasocket-24fbcf34707b79ed3d2f6330ea909dfb42a9648b.tar.gz luasocket-24fbcf34707b79ed3d2f6330ea909dfb42a9648b.tar.bz2 luasocket-24fbcf34707b79ed3d2f6330ea909dfb42a9648b.zip |
Fixed more reported bugs.
Diffstat (limited to 'doc/udp.html')
-rw-r--r-- | doc/udp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/udp.html b/doc/udp.html index 235c0c5..7f2ecce 100644 --- a/doc/udp.html +++ b/doc/udp.html | |||
@@ -312,7 +312,7 @@ unconnected:<b>setoption(</b>option [, value]<b>)</b> | |||
312 | <p class="description"> | 312 | <p class="description"> |
313 | Sets options for the UDP object. Options are | 313 | Sets options for the UDP object. Options are |
314 | only needed by low-level or time-critical applications. You should | 314 | only needed by low-level or time-critical applications. You should |
315 | only modify a an option if you are sure you need it.</p> | 315 | only modify an option if you are sure you need it.</p> |
316 | <p class="parameters"><tt>Option</tt> is a string with the option | 316 | <p class="parameters"><tt>Option</tt> is a string with the option |
317 | name, and <tt>value</tt> depends on the option being set: | 317 | name, and <tt>value</tt> depends on the option being set: |
318 | </p> | 318 | </p> |