aboutsummaryrefslogtreecommitdiff
path: root/doc/ftp.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/ftp.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/ftp.html')
-rw-r--r--doc/ftp.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ftp.html b/doc/ftp.html
index 8072afe..6776a17 100644
--- a/doc/ftp.html
+++ b/doc/ftp.html
@@ -88,7 +88,7 @@ determines the transfer type. If <tt>&lt;path&gt;</tt> ends with a
88<p class=return> 88<p class=return>
89If successful, the function returns 89If successful, the function returns
90the file content as a string. In case of error, the function returns 90the file content as a string. In case of error, the function returns
91<tt>nil</tt> and an error message describing the error. 91<b><tt>nil</tt></b> and an error message describing the error.
92</p> 92</p>
93 93
94<pre class=example> 94<pre class=example>
@@ -165,7 +165,7 @@ function tries to log in as '<tt>anonymous</tt>'.
165 165
166<p class=return> 166<p class=return>
167If successful, the function returns 1. In case of error, the 167If successful, the function returns 1. In case of error, the
168function returns <tt>nil</tt> followed by a string describing the error. 168function returns <b><tt>nil</tt></b> followed by a string describing the error.
169</p> 169</p>
170 170
171<pre class=example> 171<pre class=example>