aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-12-14 18:20:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-12-14 18:20:46 +0000
commit6fe932b255761f3853e5e695040933227c892690 (patch)
tree3d6ffecf640f3e993a1528211e264082b0e42593
parent8da02df8e0ad7b6465037e3ca1ede1896e06d84e (diff)
minor syntax mistake
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index e83779af6..c87474758 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -320,7 +320,7 @@ is used to seed the random engine for SSL connections. See also the
with HTTPS or FTPS. The certificate must be in PEM format. If the optional
password isn't specified, it will be queried for on the terminal. Note that
this option assumes a \&"certificate" file that is the private key and the
-private certificate concatenated! See \fI--cert\P and \fI--key\fP to specify
+private certificate concatenated! See \fI--cert\fP and \fI--key\fP to specify
them independently.
If this option is used several times, the last one will be used.