mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 19:58:50 +00:00
doc: refactor style
This commit is contained in:
parent
7ae2b283c3
commit
552a5797dc
3 changed files with 7 additions and 7 deletions
|
@ -47,7 +47,7 @@ relative to the root directory of the subsystem.
|
||||||
.
|
.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-o backend=\fIname\fR
|
.BI "\-o backend=" name
|
||||||
The backend used by the filesystem.
|
The backend used by the filesystem.
|
||||||
.IP
|
.IP
|
||||||
If this option is not provided, or
|
If this option is not provided, or
|
||||||
|
@ -58,7 +58,7 @@ is empty, performs online fsck.
|
||||||
A backend-specific option.
|
A backend-specific option.
|
||||||
This option can be provided multiple times.
|
This option can be provided multiple times.
|
||||||
.TP
|
.TP
|
||||||
\fB\-o handler=\fIname\fR
|
.BI "\-o handler=" name
|
||||||
The handler for resolving errors found during fsck.
|
The handler for resolving errors found during fsck.
|
||||||
.IP
|
.IP
|
||||||
If this option is not provided, or
|
If this option is not provided, or
|
||||||
|
@ -72,7 +72,7 @@ This option can be provided multiple times.
|
||||||
.B \-o repair
|
.B \-o repair
|
||||||
Attempt to repair errors found during fsck.
|
Attempt to repair errors found during fsck.
|
||||||
.TP
|
.TP
|
||||||
\fB\-o rl_app=\fIname\fR
|
.BI "\-o rl_app=" name
|
||||||
Readline application name in interactive mode.
|
Readline application name in interactive mode.
|
||||||
Defaults to "fsck.bookmarkfs".
|
Defaults to "fsck.bookmarkfs".
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -16,7 +16,7 @@ program creates a BookmarkFS filesystem on the file specified by
|
||||||
.
|
.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-o backend=\fIname\fR
|
.BI "\-o backend=" name
|
||||||
The backend used for creating the filesystem.
|
The backend used for creating the filesystem.
|
||||||
This option is mandatory.
|
This option is mandatory.
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -29,7 +29,7 @@ on
|
||||||
.
|
.
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-o backend=\fIname\fR
|
.BI "\-o backend=" name
|
||||||
The backend used by the filesystem.
|
The backend used by the filesystem.
|
||||||
This option is mandatory.
|
This option is mandatory.
|
||||||
.TP
|
.TP
|
||||||
|
@ -37,7 +37,7 @@ This option is mandatory.
|
||||||
A backend-specific option.
|
A backend-specific option.
|
||||||
This option can be provided multiple times.
|
This option can be provided multiple times.
|
||||||
.TP
|
.TP
|
||||||
\fB\-o accmode=\fImode\fR
|
.BI "\-o accmode=" mode
|
||||||
File access mode.
|
File access mode.
|
||||||
Defaults to 0700.
|
Defaults to 0700.
|
||||||
.IP
|
.IP
|
||||||
|
@ -52,7 +52,7 @@ See the full user manual for the rationale behind this option.
|
||||||
.B \-o eol
|
.B \-o eol
|
||||||
Add a newline (ASCII LF character) to the end of each file.
|
Add a newline (ASCII LF character) to the end of each file.
|
||||||
.TP
|
.TP
|
||||||
\fB\-o file_max=\fIbytes\fR
|
.BI "\-o file_max=" bytes
|
||||||
Max file size limit.
|
Max file size limit.
|
||||||
Defaults to 32768.
|
Defaults to 32768.
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Add table
Reference in a new issue