All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH] mkfs.f2fs: Slightly improve the manpage wording
@ 2020-03-11 16:35 Artur Juraszek
  0 siblings, 0 replies; only message in thread
From: Artur Juraszek @ 2020-03-11 16:35 UTC (permalink / raw)
  To: linux-f2fs-devel

Signed-off-by: Artur Juraszek <artur@juraszek.xyz>
---
 man/mkfs.f2fs.8 | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/man/mkfs.f2fs.8 b/man/mkfs.f2fs.8
index f9484eb..7d16930 100644
--- a/man/mkfs.f2fs.8
+++ b/man/mkfs.f2fs.8
@@ -93,8 +93,8 @@ Specify the level of debugging options.
 The default number is 0, which shows basic debugging messages.
 .TP
 .BI \-e " extension-list"
-Specify a file extension list in order f2fs to treat them as cold files.
-The data of files having those extensions will be stored to the cold log.
+Specify a list of file extensions which f2fs will treat as cold files, i.e.
+data of files having those extensions will be written to the cold log.
 The default list includes most of multimedia file extensions such as jpg, gif,
 mpeg, mkv, and so on.
 .TP
@@ -107,22 +107,21 @@ there is a filesystem or partition table on the device already.
 Specify the volume label to the partition mounted as F2FS.
 .TP
 .BI \-m
-Specify f2fs filesystem to supports the block zoned feature.
-Without it, the filesystem isn't supports the feature.
+Turn on the block zoned feature support.
+Without this flag the filesystem won't support it.
 .TP
 .BI \-o " overprovision-ratio-percentage"
-Specify the percentage over the volume size for overprovision area. This area
-is hidden to users, and utilized by F2FS cleaner. If not specified, the best
-number will be assigned automatically accoring to the partition size.
+Specify the percentage of the volume size that will be used for overprovision area.
+This area is hidden to users, and utilized by F2FS cleaner. If not specified, the best
+number will be assigned automatically, according to the partition size.
 .TP
 .BI \-O " feature-list"
-Specify a feature list like feature1[feature2,feature3,...] in order f2fs
-filesystem will supports.
+Specify a feature list like feature1[,feature2,feature3,...] which the
+filesystem will support.
 e.g "encrypt" and so on.
 .TP
 .BI \-q
-Quiet mode.
-With it, mkfs.f2fs does not show any messages include the basic messages.
+Quiet mode - do not show any messages.
 .TP
 .BI \-R
 Give root_owner option for initial uid/gid assignment.
-- 
2.25.1



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-11 16:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 16:35 [f2fs-dev] [PATCH] mkfs.f2fs: Slightly improve the manpage wording Artur Juraszek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.