]> www.infradead.org Git - users/hch/misc.git/commitdiff
Documentation: f2fs: Separate errors mode subtable
authorBagas Sanjaya <bagasdotme@gmail.com>
Wed, 20 Aug 2025 04:34:27 +0000 (11:34 +0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 Aug 2025 00:09:01 +0000 (00:09 +0000)
errors=%s subtable is shown in htmldocs output as long-running paragraph
instead due to missing separator from its previous paragraph. Add it.

Fixes: b62e71be2110 ("f2fs: support errors=remount-ro|continue|panic mountoption")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.rst

index e06cbb823bb74a97bf23cf9c24d975ffbb79d50a..acae1ce0f0691d2458d01a3f01060c61d2723ec6 100644 (file)
@@ -360,6 +360,7 @@ errors=%s            Specify f2fs behavior on critical errors. This supports modes:
                         panic immediately, continue without doing anything, and remount
                         the partition in read-only mode. By default it uses "continue"
                         mode.
+
                         ====================== =============== =============== ========
                         mode                   continue        remount-ro      panic
                         ====================== =============== =============== ========