aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk@kernel.org>2015-12-22 16:14:36 -0800
committerGreg Wallace <greg@gregtwallace.com>2016-01-19 22:02:21 -0500
commit75ecd2f229c18b5c2a5b8b6fca41e667246f0684 (patch)
treeda23433fdcc63d4fad9f78447fffc6720a636239
parenta8963424243a6ff49f371c3bee5df1c679500451 (diff)
downloadandroid_external_f2fs-tools-75ecd2f229c18b5c2a5b8b6fca41e667246f0684.tar.gz
android_external_f2fs-tools-75ecd2f229c18b5c2a5b8b6fca41e667246f0684.tar.bz2
android_external_f2fs-tools-75ecd2f229c18b5c2a5b8b6fca41e667246f0684.zip
man: modify mkfs.f2fs man page
This patch adds missing [sectors] option in mkfs.f2fs, and removes meaningless version. Change-Id: Ib8726f8cb5ea7b22bc0517003e66fcf5ae74ebbf Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
-rw-r--r--man/mkfs.f2fs.84
1 files changed, 3 insertions, 1 deletions
diff --git a/man/mkfs.f2fs.8 b/man/mkfs.f2fs.8
index 068c4c1..cdbde96 100644
--- a/man/mkfs.f2fs.8
+++ b/man/mkfs.f2fs.8
@@ -2,7 +2,7 @@
.\" http://www.samsung.com/
.\" Written by Jaegeuk Kim <jaegeuk.kim@samsung.com>
.\"
-.TH MKFS.F2FS 8 "January 2013" "f2fs-tools version 1.2.0"
+.TH MKFS.F2FS 8
.SH NAME
mkfs.f2fs \- create an F2FS file system
.SH SYNOPSIS
@@ -36,11 +36,13 @@ mkfs.f2fs \- create an F2FS file system
.I debugging-level
]
.I device
+.I [sectors]
.SH DESCRIPTION
.B mkfs.f2fs
is used to create a f2fs file system (usually in a disk partition).
\fIdevice\fP is the special file corresponding to the device (e.g.
\fI/dev/sdXX\fP).
+\fIsectors\fP is optionally given for specifing the filesystem size.
.PP
The exit code returned by
.B mkfs.f2fs