mirror of https://github.com/torvalds/linux.git
Documentation: ocfs2: Properly reindent filecheck operations list
Some of texts in filecheck operations list are indented out of the list. In particular, the third operation is shown not as the third list item but rather as a separate paragraph. Reindent the list so that gets properly rendered as such. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250826024756.16073-1-bagasdotme@gmail.com
This commit is contained in:
parent
2dddb2792b
commit
61578493ca
|
|
@ -73,7 +73,7 @@ The output is like this::
|
||||||
# echo "<inode>" > /sys/fs/ocfs2/<devname>/filecheck/fix
|
# echo "<inode>" > /sys/fs/ocfs2/<devname>/filecheck/fix
|
||||||
# cat /sys/fs/ocfs2/<devname>/filecheck/fix
|
# cat /sys/fs/ocfs2/<devname>/filecheck/fix
|
||||||
|
|
||||||
The output is like this:::
|
The output is like this::
|
||||||
|
|
||||||
INO DONE ERROR
|
INO DONE ERROR
|
||||||
39502 1 SUCCESS
|
39502 1 SUCCESS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue