]> git.ipfire.org Git - thirdparty/linux.git/commit
docs: f2fs: wrap ASCII tables in literal blocks to fix LaTeX build
authorMasaharu Noguchi <nogunix@gmail.com>
Mon, 17 Nov 2025 12:27:54 +0000 (21:27 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 4 Dec 2025 02:00:05 +0000 (02:00 +0000)
commitfbc0774b6d55722c90a4509ec8089071b9e7aa18
treeb365f5f58efa97808b94474d57ee4e0240ce46bd
parent1627a303bca692edc6552630aa2f878c8a726a01
docs: f2fs: wrap ASCII tables in literal blocks to fix LaTeX build

Sphinx's LaTeX builder fails when converting the nested ASCII tables in
f2fs.rst, producing the following error:

  "Markup is unsupported in LaTeX: longtable does not support nesting a table."

Wrap the affected ASCII tables in literal code blocks to force Sphinx to
render them verbatim. This prevents nested longtables and fixes the PDF
build failure on Sphinx 8.2.x.

Acked-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Masaharu Noguchi <nogunix@gmail.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.rst