gbranden pushed a commit to branch master
in repository groff.

commit de96396d00bddbb0dd534dc914d7f33b97c6c1db
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Fri Jun 6 23:32:44 2025 -0500

    groff_mdoc(7): Drop garbage spaces from table.
    
    They were throwing off some cell alignments in PDF output with one
    viewer[*] (the one built in to Dropbox, which is a frustrating and
    disappointing PDF reader in multiple respects).
    
    That reader could very well be buggy, but this change is the right thing
    to do anyway, and relieves us of having to use the GNU tbl "nospaces"
    region option extension.
    
    [*] I did not observe problems with xpdf, evince, or okular.
---
 tmac/groff_mdoc.7.man | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/tmac/groff_mdoc.7.man b/tmac/groff_mdoc.7.man
index b1eae6ffa..e1c5f0165 100644
--- a/tmac/groff_mdoc.7.man
+++ b/tmac/groff_mdoc.7.man
@@ -4855,21 +4855,21 @@ for a full discussion of these special character escape 
sequences.
 Cb Lb2 Lb2 Lb Lb Lb
 Lf(CR) L2 L2 L Lf(CR) L.
 String 7-bit   8-bit   UCS     Prefer  Meaning
-\[rs]*(<=      <=      <=      \*[<=]  \[rs](<=        less than or equal to
-\[rs]*(>=      >=      >=      \*[>=]  \[rs](>=        greater than or equal to
-\[rs]*(Rq      "       "       \*[Rq]  \[rs](rq        right double quote
-\[rs]*(Lq      "       "       \*[Lq]  \[rs](lq        left double quote
+\[rs]*(<=      <=      <=      \*[<=]  \[rs](<=        less than or equal to
+\[rs]*(>=      >=      >=      \*[>=]  \[rs](>=        greater than or equal to
+\[rs]*(Rq      "       "       \*[Rq]  \[rs](rq        right double quote
+\[rs]*(Lq      "       "       \*[Lq]  \[rs](lq        left double quote
 \[rs]*(ua      \[ha]   \[ha]   \*[ua]  \[rs](ua        vertical arrow up
 \[rs]*(aa      \[aq]   \'      \*[aa]  \[rs](aa        acute accent
-\[rs]*(ga      \`      \`      \*[ga]  \[rs](ga        grave accent
-\[rs]*(q       \&"     \&"     \*[q]   \[rs](dq        neutral double quote
-\[rs]*(Pi      pi      pi      \*[Pi]  \[rs](*p        lowercase pi
-\[rs]*(Ne      !=      !=      \*[Ne]  \[rs](!=        not equals
-\[rs]*(Le      <=      <=      \*[Le]  \[rs](<=        less than or equal to
-\[rs]*(Ge      >=      >=      \*[Ge]  \[rs](>=        greater than or equal to
-\[rs]*(Lt      <       <       \*[Lt]  <       less than
-\[rs]*(Gt      >       >       \*[Gt]  >       greater than
-\[rs]*(Pm      +\-     \[+-]   \*[Pm]  \[rs](+\-       plus or minus
+\[rs]*(ga      \`      \`      \*[ga]  \[rs](ga        grave accent
+\[rs]*(q       \&"     \&"     \*[q]   \[rs](dq        neutral double quote
+\[rs]*(Pi      pi      pi      \*[Pi]  \[rs](*p        lowercase pi
+\[rs]*(Ne      !=      !=      \*[Ne]  \[rs](!=        not equals
+\[rs]*(Le      <=      <=      \*[Le]  \[rs](<=        less than or equal to
+\[rs]*(Ge      >=      >=      \*[Ge]  \[rs](>=        greater than or equal to
+\[rs]*(Lt      <       <       \*[Lt]  <       less than
+\[rs]*(Gt      >       >       \*[Gt]  >       greater than
+\[rs]*(Pm      +\-     \[+-]   \*[Pm]  \[rs](+\-       plus or minus
 \[rs]*(If      infinity        infinity        \*[If]  \[rs](if        infinity
 \[rs]*(Am      \*[Am]  \*[Am]  \*[Am]  &       ampersand
 \[rs]*(Na      \*[Na]  \*[Na]  \*[Na]  .Em NaN not a number (slanted)

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to