]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl-security.3: fix typo on macro "SH_"
authorSamuel Henrique <samueloph@debian.org>
Mon, 27 Jun 2022 21:27:06 +0000 (22:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Jun 2022 21:59:18 +0000 (23:59 +0200)
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

docs/libcurl/libcurl-security.3

index 7e540317775dcba102c12fb393b3bb8e2cb15186..5163b6c6e55be063b42efe291c60e2da0a439ed5 100644 (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