]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
fuse2fs.1: fix formatting of newly added options in the man page
authorTheodore Ts'o <tytso@mit.edu>
Wed, 2 Jul 2025 03:05:31 +0000 (23:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 2 Jul 2025 03:07:18 +0000 (23:07 -0400)
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.1.in

index d485ccbdc02f34de60e14b7fce8fc8b0295c076a..21f5760742c63945c4d1d0bac2ae592e8b88f7a4 100644 (file)
@@ -54,7 +54,7 @@ do not replay the journal and mount the file system read-only
 \fB-o\fR fuse2fs_debug
 enable fuse2fs debugging
 .TP
-.BR -o kernel
+\fB-o\fR kernel
 Behave more like the kernel ext4 driver in the following ways:
 Allows processes owned by other users to access the filesystem.
 Uses the kernel's permissions checking logic instead of fuse2fs's.
@@ -63,10 +63,10 @@ Note that these options can still be overridden (e.g.
 .I nosuid
 ) later.
 .TP
-.BR -o direct
+\fB-o\fR direct
 Use O_DIRECT to access the block device.
 .TP
-.BR -o cache_size
+\fB-o\fR cache_size
 Set the disk cache size to this quantity.
 The quantity may contain the suffixes k, m, or g.
 By default, the size is 32MB.