]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/isosize.8.adoc
Merge branch 'fix-unnecessary-remake' of https://github.com/ChenQi1989/util-linux
[thirdparty/util-linux.git] / disk-utils / isosize.8.adoc
index 1b86ffc10d4654ede5f4efff3f03f003239b1572..2142aaa13f429f79ab5dd75550f6043a11a82010 100644 (file)
@@ -1,3 +1,4 @@
+//po4a: entry man manual
 = isosize(8)
 :doctype: manpage
 :man manual: System Administration
@@ -15,35 +16,35 @@ isosize - output the length of an iso9660 filesystem
 
 == DESCRIPTION
 
-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).
+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).
 
 == OPTIONS
 
 *-x*, *--sectors*::
-  Show the block count and block size in human-readable form. The output uses the term "sectors" for "blocks".
+Show the block count and block size in human-readable form. The output uses the term "sectors" for "blocks".
 
 *-d*, *--divisor* _number_::
-  Only has an effect when *-x* is not given. The value shown (if no errors) is the iso9660 file size in bytes divided by _number_. So if _number_ is the block size then the shown value will be the block count.
-
+Only has an effect when *-x* is not given. The value shown (if no errors) is the iso9660 file size in bytes divided by _number_. So if _number_ is the block size then the shown value will be the block count.
++
 The size of the file (or block device) holding an iso9660 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.
 
+include::man-common/help-version.adoc[]
+
 == EXIT STATUS
 
-____
 *0*::
-  success
+success
 *1*::
-  generic failure, such as invalid usage
+generic failure, such as invalid usage
 *32*::
-  all failed
+all failed
 *64*::
-  some failed
-____
+some failed
 
-include::../man-common/bugreports.adoc[]
+include::man-common/bugreports.adoc[]
 
-include::../man-common/footer.adoc[]
+include::man-common/footer.adoc[]
 
 ifdef::translation[]
-include::../man-common/translation.adoc[]
+include::man-common/translation.adoc[]
 endif::[]