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/url.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/url.html')
-rw-r--r-- | doc/url.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/url.html b/doc/url.html index e67ea13..0eafafa 100644 --- a/doc/url.html +++ b/doc/url.html | |||
@@ -148,7 +148,7 @@ component. | |||
148 | 148 | ||
149 | <p class=parameters> | 149 | <p class=parameters> |
150 | <tt>Segments</tt> is a list of strings with the <tt><segment></tt> | 150 | <tt>Segments</tt> is a list of strings with the <tt><segment></tt> |
151 | parts. If <tt>unsafe</tt> is anything but <tt>nil</tt>, reserved | 151 | parts. If <tt>unsafe</tt> is anything but <b><tt>nil</tt></b>, reserved |
152 | characters are left untouched. | 152 | characters are left untouched. |
153 | </p> | 153 | </p> |
154 | 154 | ||