aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2015-08-10 10:57:23 -0700
committerDan Pasanen <dan.pasanen@gmail.com>2015-11-12 09:37:25 -0600
commit197e3569978460a4a9c7e5acb4c3bdd7c392ca1d (patch)
tree24024dd6ed08edcf9d6cd382415bae766a853e27
parent7d6b67cc401b022b6eed668de4644b5587eec391 (diff)
downloadandroid_external_f2fs-tools-197e3569978460a4a9c7e5acb4c3bdd7c392ca1d.tar.gz
android_external_f2fs-tools-197e3569978460a4a9c7e5acb4c3bdd7c392ca1d.tar.bz2
android_external_f2fs-tools-197e3569978460a4a9c7e5acb4c3bdd7c392ca1d.zip
mkfs.f2fs: fix wrong documentation
The -s should be the number of segments per a section. Change-Id: I2b0b46c3c2c08595d434a112d6974817fd06177a Reported-by: Marc Lehmann <schmorp@schmorp.de> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r--man/mkfs.f2fs.88
1 files changed, 4 insertions, 4 deletions
diff --git a/man/mkfs.f2fs.8 b/man/mkfs.f2fs.8
index f386ac6..48654aa 100644
--- a/man/mkfs.f2fs.8
+++ b/man/mkfs.f2fs.8
@@ -21,7 +21,7 @@ mkfs.f2fs \- create an F2FS file system
]
[
.B \-s
-.I log-based-#-of-segments-per-section
+.I #-of-segments-per-section
]
[
.B \-z
@@ -60,10 +60,10 @@ Specify the volume label to the partition mounted as F2FS.
Specify the percentage over the volume size for overprovision area. This area
is hidden to users, and utilized by F2FS cleaner. The default percentage is 5%.
.TP
-.BI \-s " log-based-#-of-segments-per-section"
-Specify the log-based number of segments per section. A section consists of
+.BI \-s " #-of-segments-per-section"
+Specify the number of segments per section. A section consists of
multiple consecutive segments, and is the unit of garbage collection.
-The default number is 0, which means one segment is assigned to a section.
+The default number is 1, which means one segment is assigned to a section.
.TP
.BI \-z " #-of-sections-per-zone"
Specify the number of sections per zone. A zone consists of multiple sections.