We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
the debian linter checks for issues in manpages too, it seems the new generated manapge from MD format has some syntax issues. You can test with:
https://curl.se/trurl/trurl.1
..
LC_ALL=C.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z ./trurl.1 > /dev/null troff: <standard input>:233: warning: macro '\' not defined
the section in the TH field seems to be off too (its the trurl version, not the section of the manual page)
.TH trurl 0.15 1 "2024-08-27" trurl
should be
.TH trurl 1 "2024-08-27" trurl 0.15
i guess.
The text was updated successfully, but these errors were encountered:
I'll have a look and fix
Sorry, something went wrong.
trurl: escape backslash with a backslash
fd8a965
Reported-by: Michael Ablassmeier Fixes #347
be068b7
bagder
Successfully merging a pull request may close this issue.
hi,
the debian linter checks for issues in manpages too, it seems the new generated manapge from MD format
has some syntax issues. You can test with:
https://curl.se/trurl/trurl.1
..
the section in the TH field seems to be off too (its the trurl version, not the section of the manual page)
.TH trurl 0.15 1 "2024-08-27" trurl
should be
.TH trurl 1 "2024-08-27" trurl 0.15
i guess.
The text was updated successfully, but these errors were encountered: