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: <20250601123624.16583-1-bensberg@telfort.nl> Date: Sun, 1 Jun 2025 14:36:23 +0200 From: Benno Schulenberg <bensberg@...fort.nl> To: linux-ext4@...r.kernel.org Subject: [PATCH 1/2] mke2fs: fix a misindentation in the man page Problem existed since commit 3c22bf7e70 from twelve years ago. Signed-off-by: Benno Schulenberg <bensberg@...fort.nl> --- misc/mke2fs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 4ff564ba..13ddef47 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -714,7 +714,7 @@ by commas, that are to be enabled. To disable a feature, simply prefix the feature name with a caret ('^') character. Features with dependencies will not be removed successfully. The pseudo-file system feature "none" will clear all file system features. -.TP +.sp For more information about the features which can be set, please see the manual page .BR ext4 (5). -- 2.48.1
Powered by blists - more mailing lists