diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-10-05 03:16:17 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-10-05 03:16:17 +0000 |
commit | 72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4 (patch) | |
tree | 8ad4d77c2a5889748afa164188d566570028a513 /doc/smtp.html | |
parent | a65c599fc5014de278d10c64fa0e425149517fe8 (diff) | |
download | luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.gz luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.tar.bz2 luasocket-72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4.zip |
Bugs sent by David.
Diffstat (limited to 'doc/smtp.html')
-rw-r--r-- | doc/smtp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/smtp.html b/doc/smtp.html index 1e1523b..14def8a 100644 --- a/doc/smtp.html +++ b/doc/smtp.html | |||
@@ -161,7 +161,7 @@ local machine host name; | |||
161 | <a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> | 161 | <a href="http://lua-users.org/wiki/FiltersSourcesAndSinks">LTN12</a> |
162 | pump step function used to pass data from the | 162 | pump step function used to pass data from the |
163 | source to the server. Defaults to the LTN12 <tt>pump.step</tt> function; | 163 | source to the server. Defaults to the LTN12 <tt>pump.step</tt> function; |
164 | <li><tt>accept</tt>: An optional function to be used instead of | 164 | <li><tt>create</tt>: An optional function to be used instead of |
165 | <a href=tcp.html#socket.tcp><tt>socket.tcp</tt></a> when the communications socket is created. | 165 | <a href=tcp.html#socket.tcp><tt>socket.tcp</tt></a> when the communications socket is created. |
166 | </ul> | 166 | </ul> |
167 | 167 | ||