Commit fbc0774b authored by Masaharu Noguchi's avatar Masaharu Noguchi Committed by Jaegeuk Kim
Browse files

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: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: default avatarAkira Yokosawa <akiyks@gmail.com>
Signed-off-by: default avatarMasaharu Noguchi <nogunix@gmail.com>
Acked-by: default avatarJonathan Corbet <corbet@lwn.net>
Reviewed-by: default avatarChao Yu <chao@kernel.org>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 1627a303
Loading
Loading
Loading
Loading
+69 −62
Original line number Diff line number Diff line
@@ -188,6 +188,8 @@ fault_type=%d Support configuring fault injection type, should be
			 enabled with fault_injection option, fault type value
			 is shown below, it supports single or combined type.

			 .. code-block:: none

			     ===========================      ==========
			     Type_Name                        Type_Value
			     ===========================      ==========
@@ -296,7 +298,7 @@ nocheckpoint_merge Disable checkpoint merge feature.
compress_algorithm=%s	 Control compress algorithm, currently f2fs supports "lzo",
			 "lz4", "zstd" and "lzo-rle" algorithm.
compress_algorithm=%s:%d Control compress algorithm and its compress level, now, only
			 "lz4" and "zstd" support compress level config.
			 "lz4" and "zstd" support compress level config::

				 =========      ===========
				 algorithm      level range
@@ -304,6 +306,7 @@ compress_algorithm=%s:%d Control compress algorithm and its compress level, now,
				 lz4            3 - 16
				 zstd           1 - 22
				 =========      ===========

compress_log_size=%u	 Support configuring compress cluster size. The size will
			 be 4KB * (1 << %u). The default and minimum sizes are 16KB.
compress_extension=%s	 Support adding specified extension, so that f2fs can enable
@@ -368,6 +371,8 @@ errors=%s Specify f2fs behavior on critical errors. This supports modes:
			 the partition in read-only mode. By default it uses "continue"
			 mode.

			 .. code-block:: none

			     ====================== =============== =============== ========
			     mode                   continue        remount-ro      panic
			     ====================== =============== =============== ========
@@ -385,6 +390,8 @@ lookup_mode=%s Control the directory lookup behavior for casefolded
			 directories. This option has no effect on directories
			 that do not have the casefold feature enabled.

			 .. code-block:: none

			     ================== ========================================
			     Value              Description
			     ================== ========================================