curl.1: minor white space cleanup

This commit is contained in:
Daniel Stenberg 2011-12-19 14:23:23 +01:00
parent b235d5ade8
commit af9bc1604c

View File

@ -435,14 +435,14 @@ If this option is used several times, the last one will be used.
.IP "--capath <CA certificate directory>" .IP "--capath <CA certificate directory>"
(SSL) Tells curl to use the specified certificate directory to verify the (SSL) Tells curl to use the specified certificate directory to verify the
peer. Multiple paths can be provided by separating them with ":" (e.g. peer. Multiple paths can be provided by separating them with ":" (e.g.
"path1:path2:path3"). The certificates must be in PEM format, and if curl \&"path1:path2:path3"). The certificates must be in PEM format, and if curl is
is built against OpenSSL, the directory must have been processed using the built against OpenSSL, the directory must have been processed using the
c_rehash utility supplied with OpenSSL. Using \fI--capath\fP can allow c_rehash utility supplied with OpenSSL. Using \fI--capath\fP can allow
OpenSSL-powered curl to make SSL-connections much more efficiently than OpenSSL-powered curl to make SSL-connections much more efficiently than using
using \fI--cacert\fP if the \fI--cacert\fP file contains many CA certificates. \fI--cacert\fP if the \fI--cacert\fP file contains many CA certificates.
If this option is set, the default capath value will be ignored, and if it If this option is set, the default capath value will be ignored, and if it is
is used several times, the last one will be used. used several times, the last one will be used.
.IP "-f, --fail" .IP "-f, --fail"
(HTTP) Fail silently (no output at all) on server errors. This is mostly done (HTTP) Fail silently (no output at all) on server errors. This is mostly done
to better enable scripts etc to better deal with failed attempts. In to better enable scripts etc to better deal with failed attempts. In