diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-07-22 11:29:04 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-08-17 12:11:10 +0200 |
commit | 281bb40d3bcf9b76e50ab7e522e41f3dca3343ea (patch) | |
tree | e50632e76cf4d09a5ce566333601d68c6c9043d8 /disk-utils | |
parent | a37daa527e7fe43256b5874271948721e72e8732 (diff) | |
download | util-linux-old-281bb40d3bcf9b76e50ab7e522e41f3dca3343ea.tar.gz |
isosize.8: formatting
Signed-off-by: Peter Breitenlohner <peb@mppmu.mpg.de>
Diffstat (limited to 'disk-utils')
-rw-r--r-- | disk-utils/isosize.8 | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/disk-utils/isosize.8 b/disk-utils/isosize.8 index 47ab71fc..ea878cfe 100644 --- a/disk-utils/isosize.8 +++ b/disk-utils/isosize.8 @@ -1,9 +1,12 @@ .TH ISOSIZE "8" "December 2000" "sg3_utils-0.91" SG_UTILS .SH NAME -isosize \- outputs the length of a iso9660 file system +isosize \- outputs the length of an iso9660 file system .SH SYNOPSIS .B isosize -[\fI-x\fR] [\fI-d <num>\fR] \fI<iso9660_image_file>\fR... +.RB [ \-x ] +.RB [ \-d +.IR <num> ] +.IR <iso9660_image_file> ... .SH DESCRIPTION .\" Add any additional description here .PP @@ -11,16 +14,21 @@ This command outputs the length of an iso9660 file system that is contained in 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 (or errors) it will output the size of the iso9660 -file system in bytes. This can now be a large number (> > 4 GB). +file system in bytes. This can now be a large number (>> 4 GB). .TP --x +.B \-x output in humanly readable form the block count and the block size. Output uses the term "sectors" for "blocks". .TP --d <num> -only has affect when "-x" is not given. The number output (if no errors) -is the iso9660 file size in bytes divided by <num>. So if <num> is -the block size then the output number will be the block count. +.BI \-d\ <num> +only has affect when +.B \-x +is not given. The number output (if no errors) +is the iso9660 file size in bytes divided by +.IR <num> . +So if +.I <num> +is the block size then the output number will be the block count. .PP The size of the file (or block device) holding a iso9660 file system can be marginally larger than the actual size of the |