summaryrefslogtreecommitdiffstats
path: root/sys-utils/losetup.8
diff options
context:
space:
mode:
authorKarel Zak2013-05-13 12:00:24 +0200
committerKarel Zak2013-05-13 12:00:24 +0200
commit9f56106df6b49864ba604f6824f9fad5aeabd17a (patch)
tree874c388f3a9d492a1675c42840196569bb3f62ea /sys-utils/losetup.8
parentlosetup: use warn_size() for regular files only (diff)
downloadkernel-qcow2-util-linux-9f56106df6b49864ba604f6824f9fad5aeabd17a.tar.gz
kernel-qcow2-util-linux-9f56106df6b49864ba604f6824f9fad5aeabd17a.tar.xz
kernel-qcow2-util-linux-9f56106df6b49864ba604f6824f9fad5aeabd17a.zip
losetup: add --raw and --noheadings
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/losetup.8')
-rw-r--r--sys-utils/losetup.810
1 files changed, 8 insertions, 2 deletions
diff --git a/sys-utils/losetup.8 b/sys-utils/losetup.8
index bd735180c..9c4c7c92b 100644
--- a/sys-utils/losetup.8
+++ b/sys-utils/losetup.8
@@ -95,8 +95,12 @@ print help
show status of all loop devices associated with given
.I file
.IP "\fB\-l, \-\-list"
-if a loop device or the -a option is specified, print default columns for either the specified
-loop device or all loop devices, default is to print info about all devices.
+if a loop device or the -a option is specified, print default columns for
+either the specified loop device or all loop devices, default is to print info
+about all devices. See also \fB\-\-output\fP, \fB\-\-noheadings\fP
+and \fB\-\-raw\fP.
+.IP "\fB\-n, \fB\-\-noheadings\fP"
+don't print headings for \fB\-\-list\fP output format
.IP "\fB\-o, \-\-offset \fIoffset\fP"
the data start is moved \fIoffset\fP bytes into the specified file or
device
@@ -106,6 +110,8 @@ specify which columns are to be printed for the \fB\-\-list\fP output
the data end is set to no more than \fIsize\fP bytes after the data start
.IP "\fB\-P, \-\-partscan\fP"
force kernel to scan partition table on newly created loop device
+.IP "\fB\-\-raw\fP"
+use raw \fB\-\-list\fP output format
.IP "\fB\-r, \-\-read-only\fP"
setup read-only loop device
.IP "\fB\-\-show\fP"