From: "John A. Leuenhagen" <[email protected]> --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README b/README index 4ea3356..afe334f 100644 --- a/README +++ b/README @@ -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. -- 2.26.2 _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
