aboutsummaryrefslogtreecommitdiffstats
path: root/com32/hdt/hdt-cli-disk.c
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-08-23 14:59:42 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-08-23 14:59:42 -0700
commit4f72a18cc15ec7e4e3fbeebb7fc4bc7df01e2303 (patch)
tree867a33b9b4b314af30ee89896d1be0be8d843f9e /com32/hdt/hdt-cli-disk.c
parentcfd8a6c226eadce693865f35e1818365d74508dd (diff)
downloadhdt-4f72a18cc15ec7e4e3fbeebb7fc4bc7df01e2303.tar.gz
hdt-4f72a18cc15ec7e4e3fbeebb7fc4bc7df01e2303.tar.xz
hdt-4f72a18cc15ec7e4e3fbeebb7fc4bc7df01e2303.zip
hdt: right-align information about each disk (CLI)
Align C/H/S, EDD and Bootloader fields. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/hdt/hdt-cli-disk.c')
-rw-r--r--com32/hdt/hdt-cli-disk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/com32/hdt/hdt-cli-disk.c b/com32/hdt/hdt-cli-disk.c
index 0cbf1a96..83624095 100644
--- a/com32/hdt/hdt-cli-disk.c
+++ b/com32/hdt/hdt-cli-disk.c
@@ -131,10 +131,10 @@ void main_show_disk(int argc, char **argv,
memset(disk_size, 0, sizeof disk_size);
more_printf("DISK 0x%X:\n"
- " C/H/S: %d cylinders, %d heads, %d sectors/track\n"
- " EDD: Version: %X\n"
- " Size: %s, %d bytes/sector, %d sectors/track\n"
- " Host bus: %s, Interface type: %s\n"
+ " C/H/S: %d cylinders, %d heads, %d sectors/track\n"
+ " EDD: Version: %X\n"
+ " Size: %s, %d bytes/sector, %d sectors/track\n"
+ " Host bus: %s, Interface type: %s\n"
" Bootloader: %s (id 0x%X)\n\n",
d->disk,
d->legacy_max_cylinder + 1, d->legacy_max_head + 1, d->legacy_sectors_per_track,