]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add AVAILABILITY section to isosize man page, and tweak wording
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 17 Mar 2013 21:23:45 +0000 (22:23 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Mar 2013 13:09:24 +0000 (14:09 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
disk-utils/isosize.8

index 6cbc1ffd2b35b413a78619e3dc62f299eaccae4b..c8889671677d3dcb2ffbee060b43c03e44bbcb06 100644 (file)
@@ -5,12 +5,11 @@ isosize \- output the length of an iso9660 filesystem
 .B isosize
 .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
+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 switches (and errors) it will output the size of the iso9660
+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
@@ -33,3 +32,8 @@ 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 AVAILABILITY
+The isosize 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 .