aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-07-14 18:33:46 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-07-14 22:50:29 +0200
commitc0a7a98aee6e0be77949f310ea81c253e3d1c6c5 (patch)
tree68f8d5bb0c6b59effe674673824423f9f125015c /docs
parentf5005dd8d0afc6a2774e43f5688fecc6a192b38a (diff)
curl.1: fix long line, found by checksrc.pl
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.15
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 6d71152e4..0d0e12f91 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -393,7 +393,10 @@ nickname contains ":", it needs to be preceded by "\\" so that it is not
recognized as password delimiter. If the nickname contains "\\", it needs to
be escaped as "\\\\" so that it is not recognized as an escape character.
-(iOS and Mac OS X only) If curl is built against Secure Transport, then the certificate string must match the name of a certificate that's in the system or user keychain. The private key corresponding to the certificate, and certificate chain (if any), must also be present in the keychain.
+(iOS and Mac OS X only) If curl is built against Secure Transport, then the
+certificate string must match the name of a certificate that's in the system or
+user keychain. The private key corresponding to the certificate, and
+certificate chain (if any), must also be present in the keychain.
If this option is used several times, the last one will be used.
.IP "--engine <name>"