diff options
Diffstat (limited to 'sbin/fdisk/fdisk.c')
-rw-r--r-- | sbin/fdisk/fdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 59ff5a3..7088218 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -171,7 +171,7 @@ struct part_type ,{0x08, "AIX filesystem"} ,{0x09, "AIX boot partition or Coherent"} ,{0x0A, "OS/2 Boot Manager or OPUS"} - ,{0x0B, "Primary DOS with 32 bit FAT"} + ,{0x0B, "Primary DOS or Windows 95 with 32 bit FAT"} ,{0x10, "OPUS"} ,{0x40, "VENIX 286"} ,{0x50, "DM"} |