From 552a5797dc702ca4fd3f4d838ea36a36ef418de7 Mon Sep 17 00:00:00 2001 From: CismonX Date: Sun, 16 Mar 2025 11:32:32 +0800 Subject: [PATCH] doc: refactor style --- doc/fsck.bookmarkfs.1 | 6 +++--- doc/mkfs.bookmarkfs.1 | 2 +- doc/mount.bookmarkfs.1 | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/fsck.bookmarkfs.1 b/doc/fsck.bookmarkfs.1 index 05ee3c6..29acb66 100644 --- a/doc/fsck.bookmarkfs.1 +++ b/doc/fsck.bookmarkfs.1 @@ -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 diff --git a/doc/mkfs.bookmarkfs.1 b/doc/mkfs.bookmarkfs.1 index 09c9e36..58480e2 100644 --- a/doc/mkfs.bookmarkfs.1 +++ b/doc/mkfs.bookmarkfs.1 @@ -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 diff --git a/doc/mount.bookmarkfs.1 b/doc/mount.bookmarkfs.1 index 520580a..08ff3e9 100644 --- a/doc/mount.bookmarkfs.1 +++ b/doc/mount.bookmarkfs.1 @@ -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