aboutsummaryrefslogtreecommitdiff
path: root/doc/code.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/code.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/code.html')
-rw-r--r--doc/code.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/code.html b/doc/code.html
index 45fd21a..4668b7a 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -59,7 +59,7 @@ Applies the Base 64 content coding to a string.
59<p class=parameters> 59<p class=parameters>
60<tt>Content</tt> is the string to be encoded. 60<tt>Content</tt> is the string to be encoded.
61If <tt>single</tt> is set to anything 61If <tt>single</tt> is set to anything
62but <tt>nil</tt>, the output is returned as a single 62but <b><tt>nil</tt></b>, the output is returned as a single
63line, otherwise the function splits the content into 76 character long 63line, otherwise the function splits the content into 76 character long
64lines after encoding. 64lines after encoding.
65</p> 65</p>