#667983 xorg.conf(5): Three ".RE" in the same line, unprotected period in abbreviations and ellipses #667983
- Package:
- xserver-xorg-core
- Source:
- xorg-server
- Description:
- Xorg X server - core server
- Submitter:
- Bjarni Ingi Gislason
- Date:
- 2025-04-02 03:06:01 UTC
- Severity:
- minor
- Tags:
From "groff": <standard input>:388: warning: missing `)' (got `R') <standard input>:388: warning: missing `)' (got `R') <standard input>:1619: warning: macro `TP7' not defined (possibly missing space after `TP') Protected last period in abbreviations and ellipses. Also first period in ellipses. Removed space at end of line Patch is in the attachment.
The "Three ".RE" in the same line" issue was fixed upstream by https://gitlab.freedesktop.org/xorg/xserver/-/commit/321873f8045139edd47b526a765f8b1c66f53cd4 which is included in the xorg-server 1.12.0 and later releases. The "macro `TP7' not defined (possibly missing space after `TP')" issue was fixed upstream by https://gitlab.freedesktop.org/xorg/xserver/-/commit/85b831f701d085e514afcf8a5ce9b11f8a57984e which is included in the xorg-server 1.10.0 and later releases. I've submitted the remaining fix for "unprotected period in ellipses" upstream in https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1875