summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuediger Meier2014-05-19 14:23:45 +0200
committerRuediger Meier2014-05-19 23:49:26 +0200
commitdfd7dbb468505fa8682fc2499134085d8e6242d1 (patch)
treeb22791c06745bd17ec8443a63fae3f4b8d4c002c
parenttests: remove test_fsck.cramfs (reverts 6c32ae78) (diff)
downloadkernel-qcow2-util-linux-dfd7dbb468505fa8682fc2499134085d8e6242d1.tar.gz
kernel-qcow2-util-linux-dfd7dbb468505fa8682fc2499134085d8e6242d1.tar.xz
kernel-qcow2-util-linux-dfd7dbb468505fa8682fc2499134085d8e6242d1.zip
fsck.cramfs: update man page (--extract and --blocksize)
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
-rw-r--r--disk-utils/fsck.cramfs.814
1 files changed, 9 insertions, 5 deletions
diff --git a/disk-utils/fsck.cramfs.8 b/disk-utils/fsck.cramfs.8
index 2e0c7c376..d5b562e3b 100644
--- a/disk-utils/fsck.cramfs.8
+++ b/disk-utils/fsck.cramfs.8
@@ -2,19 +2,23 @@
.SH NAME
fsck.cramfs \- fsck compressed ROM file system
.SH SYNOPSIS
-.B mkfs.cramfs
+.B fsck.cramfs
[options]
.I file
.SH DESCRIPTION
-.I mkfs.cramfs
+.I fsck.cramfs
is used to check the cramfs file system.
.SH OPTIONS
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Enable verbose messaging.
.TP
-\fB\-x\fR, \fB\-\-destination\fR [\fIdirectory\fR]
-Extract contents of the
+\fB\-b\fR, \fB\-\-blocksize\fR \fIblocksize\fR
+Use this blocksize, defaults to page size. Must be equal to what was set at
+creation time. Only used for \-\-extract.
+.TP
+\fB\-\-extract\fR[=\fIdirectory\fR]
+Test to uncompress the whole file system. Optionally extract contents of the
.I file
to
.IR directory .
@@ -49,7 +53,7 @@ usage information was printed
.RE
.SH "SEE ALSO"
.BR mount (8),
-.BR fsck.cramfs (8)
+.BR mkfs.cramfs (8)
.SH AVAILABILITY
The example command is part of the util-linux package and is available from
.UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/