summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/pinnedpubkey.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-11-01 09:55:28 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-11-01 09:55:28 +0100
commita2d39f14e057ac2d74f7fb30ac47dbef2254325a (patch)
treeb07b51f8c23769798d2f5178b138e2d8d2a15981 /docs/cmdline-opts/pinnedpubkey.d
parentf907faec790f6bb5dc46102f1efa7e0faeef99ee (diff)
downloadcurl-a2d39f14e057ac2d74f7fb30ac47dbef2254325a.tar.gz
gen.pl: replace leading single quotes with \(aqbagder/curl1-single-quotes
... and allow single quotes to be used "normally" in the .d files. Makes the output curl.1 use better nroff. Reported-by: Sergio Durigan Junior Fixed #7928
Diffstat (limited to 'docs/cmdline-opts/pinnedpubkey.d')
-rw-r--r--docs/cmdline-opts/pinnedpubkey.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/pinnedpubkey.d b/docs/cmdline-opts/pinnedpubkey.d
index 6cae97a75..7985cb2b3 100644
--- a/docs/cmdline-opts/pinnedpubkey.d
+++ b/docs/cmdline-opts/pinnedpubkey.d
@@ -10,7 +10,7 @@ Added: 7.39.0
Tells curl to use the specified public key file (or hashes) to verify the
peer. This can be a path to a file which contains a single public key in PEM
or DER format, or any number of base64 encoded sha256 hashes preceded by
-\'sha256//\' and separated by \';\'
+'sha256//' and separated by ';'.
When negotiating a TLS or SSL connection, the server sends a certificate
indicating its identity. A public key is extracted from this certificate and