lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20250702035044.47373-2-tytso@mit.edu> Date: Tue, 1 Jul 2025 23:50:44 -0400 From: "Theodore Ts'o" <tytso@....edu> To: Ext4 Developers List <linux-ext4@...r.kernel.org> Cc: "Darrick J. Wong" <djwong@...nel.org>, "Theodore Ts'o" <tytso@....edu> Subject: [PATCH 2/2] fuse2fs.1: fix formatting of newly added options in the man page Signed-off-by: Theodore Ts'o <tytso@....edu> --- misc/fuse2fs.1.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/fuse2fs.1.in b/misc/fuse2fs.1.in index d485ccbdc..21f576074 100644 --- a/misc/fuse2fs.1.in +++ b/misc/fuse2fs.1.in @@ -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. -- 2.47.2
Powered by blists - more mailing lists