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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 29 Jun 2011 10:47:40 -0600 From: Andreas Dilger <adilger@...mcloud.com> To: tytso@....edu, linux-ext4@...r.kernel.org Cc: Andreas Dilger <adilger@...mcloud.com> Subject: [PATCH] mke2fs: Document stripe_width, not stripe-width For consistency with other multi-word options, document the extended option stripe_width instead of stripe-width. This also avoids the complexity of parsing options that have an embedded '-'. Signed-off-by: Andreas Dilger <adilger@...mcloud.com> --- misc/mke2fs.8.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 0d4b046..6901497 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -209,7 +209,7 @@ This mostly affects placement of filesystem metadata like bitmaps at time to avoid placing them on a single disk, which can hurt performance. It may also be used by the block allocator. .TP -.BI stripe-width= stripe-width +.BI stripe_width= stripe-width Configure the filesystem for a RAID array with .I stripe-width filesystem blocks per stripe. This is typically stride-size * N, where -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists