doc: refactor style

This commit is contained in:
CismonX 2025-03-16 11:32:32 +08:00
parent 7ae2b283c3
commit 552a5797dc
No known key found for this signature in database
GPG key ID: 3094873E29A482FB
3 changed files with 7 additions and 7 deletions

View file

@ -47,7 +47,7 @@ relative to the root directory of the subsystem.
.
.SH OPTIONS
.TP
\fB\-o backend=\fIname\fR
.BI "\-o backend=" name
The backend used by the filesystem.
.IP
If this option is not provided, or
@ -58,7 +58,7 @@ is empty, performs online fsck.
A backend-specific option.
This option can be provided multiple times.
.TP
\fB\-o handler=\fIname\fR
.BI "\-o handler=" name
The handler for resolving errors found during fsck.
.IP
If this option is not provided, or
@ -72,7 +72,7 @@ This option can be provided multiple times.
.B \-o repair
Attempt to repair errors found during fsck.
.TP
\fB\-o rl_app=\fIname\fR
.BI "\-o rl_app=" name
Readline application name in interactive mode.
Defaults to "fsck.bookmarkfs".
.TP

View file

@ -16,7 +16,7 @@ program creates a BookmarkFS filesystem on the file specified by
.
.SH OPTIONS
.TP
\fB\-o backend=\fIname\fR
.BI "\-o backend=" name
The backend used for creating the filesystem.
This option is mandatory.
.TP

View file

@ -29,7 +29,7 @@ on
.
.SH OPTIONS
.TP
\fB\-o backend=\fIname\fR
.BI "\-o backend=" name
The backend used by the filesystem.
This option is mandatory.
.TP
@ -37,7 +37,7 @@ This option is mandatory.
A backend-specific option.
This option can be provided multiple times.
.TP
\fB\-o accmode=\fImode\fR
.BI "\-o accmode=" mode
File access mode.
Defaults to 0700.
.IP
@ -52,7 +52,7 @@ See the full user manual for the rationale behind this option.
.B \-o eol
Add a newline (ASCII LF character) to the end of each file.
.TP
\fB\-o file_max=\fIbytes\fR
.BI "\-o file_max=" bytes
Max file size limit.
Defaults to 32768.
.TP