diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-07 22:00:31 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-03-07 22:00:31 +0000 |
| commit | 8a9f6ff89dafdc85d2d7efc672b6378e02fd6d77 (patch) | |
| tree | c91faeb38e9226a3372190d8b114c54845b71a2c | |
| parent | 9b0c02c058818178b4152af98b89d38ff22ab827 (diff) | |
Notes
| -rw-r--r-- | sbin/fdisk/fdisk.c | 2 | ||||
| -rw-r--r-- | sbin/i386/fdisk/fdisk.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 59ff5a36c3fc..7088218cbc3d 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"} diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index 59ff5a36c3fc..7088218cbc3d 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/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"} |
