aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A. Leuenhagen <john@zlima12.com>2020-12-17 04:14:57 -0500
committerJaegeuk Kim <jaegeuk@kernel.org>2020-12-23 11:32:32 -0800
commitff7172e69f207e75b88d7f392b29385119ceb267 (patch)
tree4db1ee8f58f0782d3c20502d34b0063efa428295
parent2b2641794f42dc8e5458c129ab72c17cd8f8600b (diff)
downloadf2fs-tools-ff7172e69f207e75b88d7f392b29385119ceb267.tar.gz
f2fs-tools: Miscellaneous cleanup to README.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r--README10
1 files 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.