diff options
-rw-r--r-- | doc/tcp.html | 4 | ||||
-rw-r--r-- | doc/udp.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/tcp.html b/doc/tcp.html index ecbedaa..0be535a 100644 --- a/doc/tcp.html +++ b/doc/tcp.html | |||
@@ -302,7 +302,7 @@ server:<b>setoption(</b>option [, value]<b>)</b> | |||
302 | 302 | ||
303 | <p class=description> | 303 | <p class=description> |
304 | Sets options for the TCP object. Options are only needed by low-level or | 304 | Sets options for the TCP object. Options are only needed by low-level or |
305 | time-critical applications. You should only modify a an option if you | 305 | time-critical applications. You should only modify an option if you |
306 | are sure you need it. | 306 | are sure you need it. |
307 | </p> | 307 | </p> |
308 | 308 | ||
@@ -314,7 +314,7 @@ depends on the option being set: | |||
314 | <li> '<tt>tcp-nodelay</tt>': Setting this option to <tt>true</tt> disables the | 314 | <li> '<tt>tcp-nodelay</tt>': Setting this option to <tt>true</tt> disables the |
315 | Nagle's algorithm for the connection; | 315 | Nagle's algorithm for the connection; |
316 | <li> '<tt>linger</tt>': Controls the action taken when unsent data are | 316 | <li> '<tt>linger</tt>': Controls the action taken when unsent data are |
317 | queued on socket and a close is performed. The value is a table with a | 317 | queued on a socket and a close is performed. The value is a table with a |
318 | boolean entry '<tt>on</tt>' and a numeric entry for the time interval | 318 | boolean entry '<tt>on</tt>' and a numeric entry for the time interval |
319 | '<tt>timeout</tt>' in seconds. | 319 | '<tt>timeout</tt>' in seconds. |
320 | If the '<tt>on</tt>' field is set to <tt>true</tt>, | 320 | If the '<tt>on</tt>' field is set to <tt>true</tt>, |
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> |