aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fdisk.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fdisk.c')
-rw-r--r--util-linux/fdisk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c
index e47406b3c..bd2f1e87f 100644
--- a/util-linux/fdisk.c
+++ b/util-linux/fdisk.c
@@ -441,7 +441,7 @@ static const struct systypes i386_sys_types[] = {
441 { "\x07" "HPFS/NTFS" }, /* OS/2 IFS, eg, HPFS or NTFS or QNX */ 441 { "\x07" "HPFS/NTFS" }, /* OS/2 IFS, eg, HPFS or NTFS or QNX */
442 { "\x0a" "OS/2 Boot Manager" },/* OS/2 Boot Manager */ 442 { "\x0a" "OS/2 Boot Manager" },/* OS/2 Boot Manager */
443 { "\x0b" "Win95 FAT32" }, 443 { "\x0b" "Win95 FAT32" },
444 { "\x0c" "Win95 FAT32 (LBA)" },/* LBA really is `Extended Int 13h' */ 444 { "\x0c" "Win95 FAT32 (LBA)" },/* LBA really is 'Extended Int 13h' */
445 { "\x0e" "Win95 FAT16 (LBA)" }, 445 { "\x0e" "Win95 FAT16 (LBA)" },
446 { "\x0f" "Win95 Ext'd (LBA)" }, 446 { "\x0f" "Win95 Ext'd (LBA)" },
447 { "\x11" "Hidden FAT12" }, 447 { "\x11" "Hidden FAT12" },
@@ -1053,7 +1053,7 @@ read_extended(int ext)
1053 if (partitions >= MAXIMUM_PARTS) { 1053 if (partitions >= MAXIMUM_PARTS) {
1054 /* This is not a Linux restriction, but 1054 /* This is not a Linux restriction, but
1055 this program uses arrays of size MAXIMUM_PARTS. 1055 this program uses arrays of size MAXIMUM_PARTS.
1056 Do not try to `improve' this test. */ 1056 Do not try to 'improve' this test. */
1057 struct pte *pre = &ptes[partitions-1]; 1057 struct pte *pre = &ptes[partitions-1];
1058#ifdef CONFIG_FEATURE_FDISK_WRITABLE 1058#ifdef CONFIG_FEATURE_FDISK_WRITABLE
1059 printf(_("Warning: deleting partitions after %d\n"), 1059 printf(_("Warning: deleting partitions after %d\n"),
@@ -1716,7 +1716,7 @@ change_sysid(void)
1716 printf(_("Type 0 means free space to many systems\n" 1716 printf(_("Type 0 means free space to many systems\n"
1717 "(but not to Linux). Having partitions of\n" 1717 "(but not to Linux). Having partitions of\n"
1718 "type 0 is probably unwise. You can delete\n" 1718 "type 0 is probably unwise. You can delete\n"
1719 "a partition using the `d' command.\n")); 1719 "a partition using the 'd' command.\n"));
1720 /* break; */ 1720 /* break; */
1721 } 1721 }
1722 1722
@@ -2434,7 +2434,7 @@ new_partition(void)
2434 } 2434 }
2435 else 2435 else
2436 printf(_("Invalid partition number " 2436 printf(_("Invalid partition number "
2437 "for type `%c'\n"), c); 2437 "for type '%c'\n"), c);
2438 } 2438 }
2439 } 2439 }
2440} 2440}