[bug #64202] [man-pages]: groff_man(7) inconsistently (and redundantly) guards some .MR references with '\%'

2023-05-16 Thread Keith Marshall
URL: Summary: [man-pages]: groff_man(7) inconsistently (and redundantly) guards some .MR references with '\%' Group: GNU roff Submitter: keithmarshall Submitted: Tue 16 May 2023 07:20:54 PM U

[bug #64204] [mm] `HU` doesn't support a suffix as `H` does

2023-05-16 Thread G. Branden Robinson
URL: Summary: [mm] `HU` doesn't support a suffix as `H` does Group: GNU roff Submitter: gbranden Submitted: Wed 17 May 2023 02:49:33 AM UTC Category: Macro mm

[bug #64202] [man-pages]: groff_man(7) inconsistently (and redundantly) guards some .MR references with '\%'

2023-05-16 Thread G. Branden Robinson
Update of bug #64202 (project groff): Category: Macro man => General Item Group:None => Documentation Status:None => Need Info Assigned to:

[bug #64202] [man-pages]: groff_man(7) inconsistently (and redundantly) guards some .MR references with '\%'

2023-05-16 Thread G. Branden Robinson
Follow-up Comment #2, bug #64202 (project groff): I forgot to run that demonstration with all warnings enabled. The result does not change. $ printf '\\X@ps: foo\\%%bar@\n' | troff -ww | grep 'x X' x X ps: foobar $ printf '\\X@ps: foo\\%%bar@\n' | troff -ww -z 2>&1 | grep . || echo NO ERROR NO