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
This commit is contained in:
Samuel Henrique 2022-06-27 22:27:06 +01:00 committed by Daniel Stenberg
parent e2e7f54b7b
commit aa34135e8f
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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