]> 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)
commit2f62af31af6daf5a4d4094f2f76abf9c3d191a77
tree3125cb281cc1a17fe4d870e6c00a86cab034be47
parent1b106048c40adcd98fcb8eeb2c21db6f421dfb33
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