From 555138c23b2a13dbbe296d673cb871d3a733fda1 Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Wed, 23 Sep 2015 15:20:49 -0700 Subject: [PATCH] man: fix missing description for overprovision ratio This patch updates mkfs.f2fs man page to indicate the automatic ovp calculation. Signed-off-by: Jaegeuk Kim --- man/mkfs.f2fs.8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/mkfs.f2fs.8 b/man/mkfs.f2fs.8 index 48654aa..29e0173 100644 --- a/man/mkfs.f2fs.8 +++ b/man/mkfs.f2fs.8 @@ -58,7 +58,8 @@ Specify the volume label to the partition mounted as F2FS. .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. The default percentage is 5%. +is hidden to users, and utilized by F2FS cleaner. If not specified, the best +number will be assigned automatically accoring to the partition size. .TP .BI \-s " #-of-segments-per-section" Specify the number of segments per section. A section consists of -- 2.7.4