diff options
Diffstat (limited to 'doc/ftp.html')
-rw-r--r-- | doc/ftp.html | 4 |
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><path></tt> ends with a | |||
88 | <p class=return> | 88 | <p class=return> |
89 | If successful, the function returns | 89 | If successful, the function returns |
90 | the file content as a string. In case of error, the function returns | 90 | the 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> |
167 | If successful, the function returns 1. In case of error, the | 167 | If successful, the function returns 1. In case of error, the |
168 | function returns <tt>nil</tt> followed by a string describing the error. | 168 | function 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> |