From: Samuel Henrique Date: Mon, 27 Jun 2022 21:27:06 +0000 (+0100) Subject: libcurl-security.3: fix typo on macro "SH_" X-Git-Tag: curl-7_85_0~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa34135e8f045b1cd8e749225bd1329fe6437211;p=thirdparty%2Fcurl.git libcurl-security.3: fix typo on macro "SH_" During the packaging of the latest curl release for Debian, Lintian warned me about a typo which causes the section name "Secrets in memory" to not be rendered in the manpage due to "SH_" not being recognized as a header. Closes #9057 --- diff --git a/docs/libcurl/libcurl-security.3 b/docs/libcurl/libcurl-security.3 index 7e54031777..5163b6c6e5 100644 --- a/docs/libcurl/libcurl-security.3 +++ b/docs/libcurl/libcurl-security.3 @@ -405,7 +405,7 @@ libcurl itself uses `fork()` and `execl()` if told to use the `CURLAUTH_NTLM_WB` authentication method which then will invoke the helper command in a child process with file descriptors duplicated. Make sure that only the trusted and reliable helper program is invoked! -.SH_"Secrets in memory" +.SH "Secrets in memory" When applications pass user names, passwords or other sensitive data to libcurl to be used for upcoming transfers, those secrets will be kept around as-is in memory. In many cases they will be stored in heap for as long as the