mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-29 13:58:51 +00:00
doc: fix style
Make sure there is a blank line between table items. This affects Info output.
This commit is contained in:
parent
dad6533028
commit
fb197f9941
1 changed files with 14 additions and 0 deletions
|
@ -264,6 +264,7 @@ Stay in the foreground, do not daemonize.
|
||||||
|
|
||||||
@item -h
|
@item -h
|
||||||
Print help text, and then exit.
|
Print help text, and then exit.
|
||||||
|
|
||||||
@item -V
|
@item -V
|
||||||
Print version and feature information, and then exit.
|
Print version and feature information, and then exit.
|
||||||
@end table
|
@end table
|
||||||
|
@ -389,6 +390,7 @@ This option is ignored when performing online fsck.
|
||||||
|
|
||||||
@item -i
|
@item -i
|
||||||
Enable interactive mode.
|
Enable interactive mode.
|
||||||
|
|
||||||
@item -R
|
@item -R
|
||||||
Perform fsck on subdirectories recursively.
|
Perform fsck on subdirectories recursively.
|
||||||
|
|
||||||
|
@ -405,6 +407,7 @@ Also @pxref{Disabling Landlock}.
|
||||||
|
|
||||||
@item -h
|
@item -h
|
||||||
Print help text, and then exit.
|
Print help text, and then exit.
|
||||||
|
|
||||||
@item -V
|
@item -V
|
||||||
Print version and feature information, and then exit.
|
Print version and feature information, and then exit.
|
||||||
@end table
|
@end table
|
||||||
|
@ -443,6 +446,7 @@ If the file referred to by @var{pathname} already exists, overwrite it.
|
||||||
|
|
||||||
@item -h
|
@item -h
|
||||||
Print help text, and then exit.
|
Print help text, and then exit.
|
||||||
|
|
||||||
@item -V
|
@item -V
|
||||||
Print version and feature information, and then exit.
|
Print version and feature information, and then exit.
|
||||||
@end table
|
@end table
|
||||||
|
@ -521,6 +525,7 @@ For the full fsck functionalities, @pxref{fsck.bookmarkfs}.
|
||||||
|
|
||||||
@item help
|
@item help
|
||||||
Print help text, and then exit.
|
Print help text, and then exit.
|
||||||
|
|
||||||
@item version
|
@item version
|
||||||
Print version information, and then exit.
|
Print version information, and then exit.
|
||||||
@end table
|
@end table
|
||||||
|
@ -1309,22 +1314,31 @@ The user may issue a command to indicate what to do with each entry:
|
||||||
@table @command
|
@table @command
|
||||||
@item p
|
@item p
|
||||||
Print the ID and new name of current entry.
|
Print the ID and new name of current entry.
|
||||||
|
|
||||||
@item a[-]
|
@item a[-]
|
||||||
Apply the proposed rename for the current entry.
|
Apply the proposed rename for the current entry.
|
||||||
|
|
||||||
@item e[-] @var{new_name}
|
@item e[-] @var{new_name}
|
||||||
Change the proposed rename to @var{new_name} and then apply.
|
Change the proposed rename to @var{new_name} and then apply.
|
||||||
|
|
||||||
@item c
|
@item c
|
||||||
Continue to the next entry.
|
Continue to the next entry.
|
||||||
|
|
||||||
@item s[-]
|
@item s[-]
|
||||||
Skip current directory.
|
Skip current directory.
|
||||||
|
|
||||||
@item S[-]
|
@item S[-]
|
||||||
Skip current directory and all subdirectories.
|
Skip current directory and all subdirectories.
|
||||||
|
|
||||||
@item r[-]
|
@item r[-]
|
||||||
Rewind current directory.
|
Rewind current directory.
|
||||||
|
|
||||||
@item R[-]
|
@item R[-]
|
||||||
Rewind all.
|
Rewind all.
|
||||||
|
|
||||||
@item w[-]
|
@item w[-]
|
||||||
Save applied changes.
|
Save applied changes.
|
||||||
|
|
||||||
@item q
|
@item q
|
||||||
Save applied changes and quit.
|
Save applied changes and quit.
|
||||||
@end table
|
@end table
|
||||||
|
|
Loading…
Add table
Reference in a new issue