aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-12-19 14:23:23 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-12-19 14:23:23 +0100
commitaf9bc1604c19253a90d894d704d543151bd941af (patch)
treec2b3303684b68e05b2cb8ac9b2bc5d777e54db2f /docs/curl.1
parentb235d5ade84b012f85319325a24bc9d01ec1ac56 (diff)
curl.1: minor white space cleanup
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.112
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 661532bca..65ba5d48c 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -435,14 +435,14 @@ If this option is used several times, the last one will be used.
.IP "--capath <CA certificate directory>"
(SSL) Tells curl to use the specified certificate directory to verify the
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
-is built against OpenSSL, the directory must have been processed using the
+\&"path1:path2:path3"). The certificates must be in PEM format, and if curl is
+built against OpenSSL, the directory must have been processed using the
c_rehash utility supplied with OpenSSL. Using \fI--capath\fP can allow
-OpenSSL-powered curl to make SSL-connections much more efficiently than
-using \fI--cacert\fP if the \fI--cacert\fP file contains many CA certificates.
+OpenSSL-powered curl to make SSL-connections much more efficiently than using
+\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
-is used several times, the last one will be used.
+If this option is set, the default capath value will be ignored, and if it is
+used several times, the last one will be used.
.IP "-f, --fail"
(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