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:setoption(option [, value])

Sets options for the TCP object. Options are only needed by low-level or -time-critical applications. You should only modify a an option if you +time-critical applications. You should only modify an option if you are sure you need it.

@@ -314,7 +314,7 @@ depends on the option being set:
  • 'tcp-nodelay': Setting this option to true disables the Nagle's algorithm for the connection;
  • 'linger': Controls the action taken when unsent data are -queued on socket and a close is performed. The value is a table with a +queued on a socket and a close is performed. The value is a table with a boolean entry 'on' and a numeric entry for the time interval 'timeout' in seconds. If the 'on' field is set to true, 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:setoption(option [, value])

    Sets options for the UDP object. Options are only needed by low-level or time-critical applications. You should -only modify a an option if you are sure you need it.

    +only modify an option if you are sure you need it.

    Option is a string with the option name, and value depends on the option being set: