aboutsummaryrefslogtreecommitdiff
path: root/doc/smtp.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-24 02:47:24 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-01-24 02:47:24 +0000
commit62a4c505e488c714e8795ea85564504562d30301 (patch)
treef270f53f26905b7275cea172e52ebc269a41c695 /doc/smtp.html
parent0c9f420a3549df3fb331bb24157b65a3301641d4 (diff)
downloadluasocket-62a4c505e488c714e8795ea85564504562d30301.tar.gz
luasocket-62a4c505e488c714e8795ea85564504562d30301.tar.bz2
luasocket-62a4c505e488c714e8795ea85564504562d30301.zip
Working on the manual...
Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
Diffstat (limited to 'doc/smtp.html')
-rw-r--r--doc/smtp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/smtp.html b/doc/smtp.html
index aa92149..0862de0 100644
--- a/doc/smtp.html
+++ b/doc/smtp.html
@@ -105,7 +105,7 @@ and text <tt>body</tt>. The message is sent using the server
105 105
106<p class=return> 106<p class=return>
107If successful, the function returns 1. Otherwise, the function returns 107If successful, the function returns 1. Otherwise, the function returns
108<tt>nil</tt> followed by an error message. 108<b><tt>nil</tt></b> followed by an error message.
109</p> 109</p>
110 110
111<p class=note> 111<p class=note>