Change #273944
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Sat 04 Jul 2026 00:32:58 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | b8ceb430be43edf009836345ec4d9e1b9b3fa108 |
Comments
cd2nroff: stricter checks for asterisks for italics The nroff (man page) version of the markdown docs could get asterisks mistreated as emphasis - seen in the CURLOPT_WRITEDATA manpage. The regex now more stricter requires a word character to follow an italics starting asterisk and there needs to be a word character or a closing parenthesis before the italics ending asterisk. Also: fix CURLINFO_CERTINFO.md which used wrong italics - it was not rendered correctly on GitHub and with other generic markdown parsers. Reported-by: Christian Ullrich Fixes #22257 Closes #22260
Changed files
- docs/libcurl/opts/CURLINFO_CERTINFO.md
- scripts/cd2nroff