f2fs-tools: Miscellaneous cleanup to README.

commit ff7172e69f
category: bugfix
issue: #I6VAS0
CVE: NA

Signed-off-by: DongSenhao <dongsenhao2@huawei.com>
---------------------------------------

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: dongsenhao <dongsenhao2@huawei.com>
This commit is contained in:
John A. Leuenhagen 2020-12-17 04:14:57 -05:00 committed by dongsenhao
parent c4032089ea
commit 117b4bfe64

View File

@ -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.