From 338f7e9e895955b8c60b32c020395497382c8d1a Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Tue, 22 Jul 2025 13:10:13 +0200 Subject: [PATCH] docs: fix name in curl_easy_ssls_export man page 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/curl_easy_ssls_import.md b/docs/libcurl/curl_easy_ssls_import.md index c44b04c86d..f512c2fe69 100644 --- a/docs/libcurl/curl_easy_ssls_import.md +++ b/docs/libcurl/curl_easy_ssls_import.md @@ -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