]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/isosize.8
wipefs: add --lock and LOCK_BLOCK_DEVICE
[thirdparty/util-linux.git] / disk-utils / isosize.8
index 6cbc1ffd2b35b413a78619e3dc62f299eaccae4b..6e072f9433faf1c5f07c820bfacc88119cc204ff 100644 (file)
@@ -3,15 +3,14 @@
 isosize \- output the length of an iso9660 filesystem
 .SH SYNOPSIS
 .B isosize
-.RI [ options ] " iso9660_image_file"
+.RI [options] " iso9660_image_file"
 .SH DESCRIPTION
-.\" Add any additional description here
 .PP
-This command outputs the length of an iso9660 file system that
-is contained in the given file.  That file may be a normal file or
-a block device (e.g. /dev/hdd or /dev/sr0).  In the absence of
-any switches (and errors) it will output the size of the iso9660
-filesystem in bytes.  This can now be a large number (>> 4 GB).
+This command outputs the length of an iso9660 filesystem that
+is contained in the specified file.  This file may be a normal file or
+a block device (e.g.\& /dev/hdd or /dev/sr0).  In the absence of
+any options (and errors), it will output the size of the iso9660
+filesystem in bytes.  This can now be a large number (>> 4\ GB).
 .SH OPTIONS
 .TP
 .BR \-x , " \-\-sectors"
@@ -33,3 +32,25 @@ filesystem can be marginally larger than the actual size of the
 iso9660 filesystem.  One reason for this is that cd writers
 are allowed to add "run out" sectors at the end of an iso9660
 image.
+.SH EXIT STATUS
+.RS
+.PD 0
+.TP
+.B 0
+success
+.TP
+.B 1
+generic failure, such as invalid usage
+.TP
+.B 32
+all failed
+.TP
+.B 64
+some failed
+.PD
+.RE
+.SH AVAILABILITY
+The isosize command is part of the util-linux package and is available from
+.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
+Linux Kernel Archive
+.UE .