curl.1: fix long line, found by checksrc.pl
authorDave Reisner <dreisner@archlinux.org>
Sun, 14 Jul 2013 16:33:46 +0000 (18:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 Jul 2013 20:50:29 +0000 (22:50 +0200)
docs/curl.1

index 6d71152..0d0e12f 100644 (file)
@@ -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>"