mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 12:38:04 +02:00
fix table width
the width of first column was to small and caused a hyphenation. there is only one word, fix for me.
This commit is contained in:
parent
c745719e23
commit
1261802fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ structure contains:
|
|||
.LP
|
||||
/\&* Visual information mask bits */
|
||||
.TS
|
||||
lw(.5i) lw(2.5i) lw(.8i).
|
||||
lw(10) lw(2.5i) lw(.8i).
|
||||
T{
|
||||
\&#define
|
||||
T} T{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue