]> git.baikalelectronics.ru Git - kernel.git/commit
docs: fix ext4 documentation table formatting problems
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 3 Oct 2018 02:43:40 +0000 (22:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Oct 2018 02:43:40 +0000 (22:43 -0400)
commit308db2fd80a11069fc2faef4c80d2f9264aa4fd7
tree3125cb281cc1a17fe4d870e6c00a86cab034be47
parentf19e83ee4b7e924929a11b92205e5d168fba0d23
docs: fix ext4 documentation table formatting problems

It turns out that the latex table formatters lay out table columns with
the exact proportional widths given in the table metadata, even if text
overflows outside the box.  This was not caught during the initial
import because the HTML renderers are smart enough to fudge the table.

Fix the table column width formatting problems in the data structures
and algorithms documentation so that we don't have squashed columns.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Documentation/filesystems/ext4/ondisk/attributes.rst
Documentation/filesystems/ext4/ondisk/checksums.rst
Documentation/filesystems/ext4/ondisk/directory.rst
Documentation/filesystems/ext4/ondisk/group_descr.rst
Documentation/filesystems/ext4/ondisk/ifork.rst
Documentation/filesystems/ext4/ondisk/inodes.rst
Documentation/filesystems/ext4/ondisk/journal.rst
Documentation/filesystems/ext4/ondisk/mmp.rst
Documentation/filesystems/ext4/ondisk/special_inodes.rst
Documentation/filesystems/ext4/ondisk/super.rst