Package: groff Version: 1.20.1-6 Severity: minor Tags: patch
groff(7) says that \’ is the escape sequence for acute accent. That should of cousre be \'. The attached patch fixes this bug.
-- Jakub Wilk
diff --git a/man/groff.man b/man/groff.man --- a/man/groff.man +++ b/man/groff.man @@ -2724,7 +2724,7 @@ to be independent from the current escape character. . .TP -.ESC \[cq] +.ESC \[aq] The acute accent \[aa]; same as .esc (aa . Unescaped: apostrophe, right quotation mark, single quote (ASCII 0x27).

