summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/key.d
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2019-04-02 21:55:11 +0000
committerJay Satiro <raysatiro@yahoo.com>2019-07-15 02:39:35 -0400
commit4c91ab7b2f757aa87d992a167a9815f2a92dea76 (patch)
tree71475e92c455f720b0a3db2e4c65387be07ab949 /docs/cmdline-opts/key.d
parent02a62074c77e5932655a136b39637051bfac30d6 (diff)
downloadgnurl-4c91ab7b2f757aa87d992a167a9815f2a92dea76.tar.gz
gnurl-4c91ab7b2f757aa87d992a167a9815f2a92dea76.tar.bz2
gnurl-4c91ab7b2f757aa87d992a167a9815f2a92dea76.zip
docs: Fix missing lines caused by undefined macros
- Escape apostrophes at line start. Some lines begin with a "'" (apostrophe, single quote), which is then interpreted as a control character in *roff. Such lines are interpreted as being a call to a macro, and if undefined, the lines are removed from the output. Bug: https://bugs.debian.org/926352 Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is> Submitted-by: Alessandro Ghedini Closes https://github.com/curl/curl/pull/4111
Diffstat (limited to 'docs/cmdline-opts/key.d')
-rw-r--r--docs/cmdline-opts/key.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/key.d b/docs/cmdline-opts/key.d
index 4877b4238..855e2f7b6 100644
--- a/docs/cmdline-opts/key.d
+++ b/docs/cmdline-opts/key.d
@@ -5,7 +5,7 @@ Help: Private key file name
---
Private key file name. Allows you to provide your private key in this separate
file. For SSH, if not specified, curl tries the following candidates in order:
-'~/.ssh/id_rsa', '~/.ssh/id_dsa', './id_rsa', './id_dsa'.
+\&'~/.ssh/id_rsa', '~/.ssh/id_dsa', './id_rsa', './id_dsa'.
If curl is built against OpenSSL library, and the engine pkcs11 is available,
then a PKCS#11 URI (RFC 7512) can be used to specify a private key located in a