mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:43:31 +03:00
managen: insert final .fi for files ending with a quote
When an individual file ended with a quote (typically an example), the render function would return without ending the quote correctly with a ".fi" (fill in) in the manpage output. This made the additional text provided below to render wrongly. Closes #14048
This commit is contained in:
parent
ad7a20d506
commit
e63e0d60b5
3 changed files with 19 additions and 9 deletions
|
|
@ -195,10 +195,8 @@ DESCRIPTION
|
|||
logs with others.
|
||||
|
||||
This option is global and does not need to be specified for each
|
||||
use of --next.
|
||||
|
||||
Providing --fakeitreal multiple times has no extra effect. Disable
|
||||
it again with --no-fakeitreal.
|
||||
use of --next. Providing --fakeitreal multiple times has no extra
|
||||
effect. Disable it again with --no-fakeitreal.
|
||||
|
||||
Example:
|
||||
curl --verbose https://example.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue