summaryrefslogtreecommitdiffstats
path: root/disk-utils/fsck.cramfs.8
diff options
context:
space:
mode:
authorSami Kerola2013-04-08 21:32:59 +0200
committerKarel Zak2013-04-09 12:26:50 +0200
commit9c4040b0ae5f5b8a40f66bc741da8fcacbab7926 (patch)
treeeb88b6d988b8fb176bb3a6a3992cf3e9684c4be8 /disk-utils/fsck.cramfs.8
parentdocs: add mkfs.cramfs manual page (diff)
downloadkernel-qcow2-util-linux-9c4040b0ae5f5b8a40f66bc741da8fcacbab7926.tar.gz
kernel-qcow2-util-linux-9c4040b0ae5f5b8a40f66bc741da8fcacbab7926.tar.xz
kernel-qcow2-util-linux-9c4040b0ae5f5b8a40f66bc741da8fcacbab7926.zip
docs: add fsck.cramfs manual page
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'disk-utils/fsck.cramfs.8')
-rw-r--r--disk-utils/fsck.cramfs.857
1 files changed, 57 insertions, 0 deletions
diff --git a/disk-utils/fsck.cramfs.8 b/disk-utils/fsck.cramfs.8
new file mode 100644
index 000000000..5519cbc58
--- /dev/null
+++ b/disk-utils/fsck.cramfs.8
@@ -0,0 +1,57 @@
+.TH EXAMPLE "8" "April 2013" "util-linux" "System Administration"
+.SH NAME
+fsck.cramfs \- fsck compressed ROM file system
+.SH SYNOPSIS
+.B mkfs.cramfs
+[options]
+.I file
+.SH DESCRIPTION
+.I mkfs.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
+.I file
+to
+.IR directory .
+.TP
+\fB\-a\fR
+This option is silently ignored.
+.TP
+\fB\-y\fR
+This option is silently ignored.
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+Display version information and exit.
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Display help and exit.
+.SH "EXIT STATUS"
+.RS
+.PD 0
+.TP
+.B 0
+success
+.TP
+.B 4
+file system was left uncorrected
+.TP
+.B 8
+operation error, such as unable to allocate memory
+.TP
+.B 16
+usage information was printed
+.PD
+.RE
+.SH "SEE ALSO"
+.BR mount (8),
+.BR fsck.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/
+Linux Kernel Archive
+.UE .