diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
commit | 62a4c505e488c714e8795ea85564504562d30301 (patch) | |
tree | f270f53f26905b7275cea172e52ebc269a41c695 /doc/code.html | |
parent | 0c9f420a3549df3fb331bb24157b65a3301641d4 (diff) | |
download | luasocket-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.html | 2 |
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. |
61 | If <tt>single</tt> is set to anything | 61 | If <tt>single</tt> is set to anything |
62 | but <tt>nil</tt>, the output is returned as a single | 62 | but <b><tt>nil</tt></b>, the output is returned as a single |
63 | line, otherwise the function splits the content into 76 character long | 63 | line, otherwise the function splits the content into 76 character long |
64 | lines after encoding. | 64 | lines after encoding. |
65 | </p> | 65 | </p> |