From 117b4bfe640ba4df63065ffc8d9fce7aa66a05c3 Mon Sep 17 00:00:00 2001 From: "John A. Leuenhagen" Date: Thu, 17 Dec 2020 04:14:57 -0500 Subject: [PATCH] f2fs-tools: Miscellaneous cleanup to README. commit ff7172e69f207e75b88d7f392b29385119ceb267 category: bugfix issue: #I6VAS0 CVE: NA Signed-off-by: DongSenhao --------------------------------------- Signed-off-by: Jaegeuk Kim Signed-off-by: dongsenhao --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 45bf39b..d8541ca 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -F2FS format utilility +F2FS format utility --------------------- -To use f2fs filesystem, you should format the storage partition -with this utilility. Otherwise, you cannot mount f2fs. +To use the f2fs filesystem, you should format the storage partition +with this utility. Otherwise, you cannot mount f2fs. Before compilation ------------------ @@ -17,7 +17,7 @@ You should install the following packages. Initial compilation ------------------- -Before compilation initially, autoconf/automake tools should be run. +Before initial compilation, autoconf/automake tools should be run. ./autogen.sh @@ -47,4 +47,4 @@ How to run by default mkfs.f2fs -l [LABEL] $DEV -For more mkfs options, see man page. +For more mkfs options, see the man page.