]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix name in curl_easy_ssls_export man page
authorStefan Eissing <stefan@eissing.org>
Tue, 22 Jul 2025 11:10:13 +0000 (13:10 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 22 Jul 2025 22:56:11 +0000 (00:56 +0200)
The name of the man page was wrongly given as curl_easy_sssl_export
which seems to have confused our HTTML man page generation.

Reported-by: Qriist on github
Ref: https://github.com/curl/curl-www/issues/458

Closes #17995

docs/libcurl/curl_easy_ssls_import.md

index c44b04c86d193afaa357836c49dba9b776d1d45f..f512c2fe694c6d8123a413a9aa0ce82ae3cf830e 100644 (file)
@@ -20,7 +20,7 @@ Added-in: 8.12.0
 
 # NAME
 
-curl_easy_ssls_export - export SSL sessions
+curl_easy_ssls_import - import SSL sessions
 
 # SYNOPSIS