-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Describe the bug
Text is missing from the man page. It looks like anytime there is a link, the link text and following text to the end of the line is removed.
To Reproduce
For a specific example, look at the first two sentences of under the REGULAR EXPRESSIONS section.
It reads:
jq uses the
Oniguruma supports several flavors of regular expression, so it is important to know that jq uses the
Expected behavior
It should contain the full text:
jq uses the Oniguruma regular expression library, as do PHP, TextMate, Sublime Text, etc, so the description here will focus on jq specifics.
Oniguruma supports several flavors of regular expression, so it is important to know that jq uses the "Perl NG" (Perl with named groups) flavor.
Environment:
- Archlinux
- jq version 1.7
Additional context
To rule out a packaging bug, I also built jq
manually from the git source. I made sure I had the correct dependencies installed and followed the documentation build instructions. jq.1
is still missing the same text.
It is worth noting that the text is also missing from the prebuilt man page.