On 7/8/26 23:37, James Youngman wrote:
We should get the "check-all-manpages" check to run with syntax-checks.
I thought about that as well. Technically, that would simply be: $ GIT_PAGER= git diff -U0 diff --git a/cfg.mk b/cfg.mk index 51afb74b..4fc3f408 100644 --- a/cfg.mk +++ b/cfg.mk @@ -315,0 +316,3 @@ sc_standard_outputs: +# Include the manpage check in syntax-check. +sc_check-all-manpages: check-all-manpages + OTOH the output format is so much different that I find it quite disturbing to have chek-all-manpages squashed into the syntax-checks. > I'd prefer \[dq]\[dq] over the single-quote> option, because although I am aware that groff renders a "single
quote" in different ways in different circumstances, I'm not familiar enough with the details to be confident that \*' won't ever give a surprising result.
Well, Brandon suggested using this, and \*' is already in. But I'm fine with double quotes as well. Have a nice day, Berny
