mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
CURLOPT_SSH_KEY*.3: typos
Reported-by: Gisle Vanem
This commit is contained in:
parent
399a1a6182
commit
aae4a4788a
@ -36,7 +36,7 @@ NULL
|
||||
SFTP and SCP
|
||||
.SH EXAMPLE
|
||||
.nf
|
||||
statoc int keycb(CURL *easy,
|
||||
static int keycb(CURL *easy,
|
||||
const struct curl_khkey *knownkey,
|
||||
const struct curl_khkey *foundkey,
|
||||
enum curl_khmatch,
|
||||
|
@ -97,7 +97,7 @@ NULL
|
||||
SFTP and SCP
|
||||
.SH EXAMPLE
|
||||
.nf
|
||||
statoc int keycb(CURL *easy,
|
||||
static int keycb(CURL *easy,
|
||||
const struct curl_khkey *knownkey,
|
||||
const struct curl_khkey *foundkey,
|
||||
enum curl_khmatch,
|
||||
|
Loading…
Reference in New Issue
Block a user