diff options
author | Ruediger Meier | 2017-06-29 04:09:06 +0200 |
---|---|---|
committer | Karel Zak | 2017-06-29 12:56:22 +0200 |
commit | 9f3d0fce66279ea5f2b8ea694d3bf6a46682c8cd (patch) | |
tree | f62107e11fa524d4ce9bf73453e29117d4b29e68 /include | |
parent | uuidgen: improve --help (diff) | |
download | kernel-qcow2-util-linux-9f3d0fce66279ea5f2b8ea694d3bf6a46682c8cd.tar.gz kernel-qcow2-util-linux-9f3d0fce66279ea5f2b8ea694d3bf6a46682c8cd.tar.xz kernel-qcow2-util-linux-9f3d0fce66279ea5f2b8ea694d3bf6a46682c8cd.zip |
docs: remove some old history from manpages
We assume that users will have a kernel >= 2.6.0 and removel
references to earlier kernels. There are still a few ones
left.
Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'include')
-rw-r--r-- | include/pt-mbr-partnames.h | 2 | ||||
-rw-r--r-- | include/pt-mbr.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/pt-mbr-partnames.h b/include/pt-mbr-partnames.h index 223fa4967..c9ab626b9 100644 --- a/include/pt-mbr-partnames.h +++ b/include/pt-mbr-partnames.h @@ -100,7 +100,7 @@ {0xf2, N_("DOS secondary")}, /* DOS 3.3+ secondary */ {0xfb, N_("VMware VMFS")}, {0xfc, N_("VMware VMKCORE")}, /* VMware kernel dump partition */ - {0xfd, N_("Linux raid autodetect")},/* New (2.2.x) raid partition with + {0xfd, N_("Linux raid autodetect")},/* Linux raid partition with autodetect using persistent superblock */ {0xfe, N_("LANstep")}, /* SpeedStor >1024 cyl. or LANstep */ diff --git a/include/pt-mbr.h b/include/pt-mbr.h index 177cc7474..1f265ed06 100644 --- a/include/pt-mbr.h +++ b/include/pt-mbr.h @@ -177,7 +177,7 @@ enum { MBR_DOS_SECONDARY_PARTITION = 0xf2, /* DOS 3.3+ secondary */ MBR_VMWARE_VMFS_PARTITION = 0xfb, MBR_VMWARE_VMKCORE_PARTITION = 0xfc, /* VMware kernel dump partition */ - MBR_LINUX_RAID_PARTITION = 0xfd, /* New (2.2.x) raid partition with autodetect using persistent superblock */ + MBR_LINUX_RAID_PARTITION = 0xfd, /* Linux raid partition with autodetect using persistent superblock */ MBR_LANSTEP_PARTITION = 0xfe, /* SpeedStor >1024 cyl. or LANstep */ MBR_XENIX_BBT_PARTITION = 0xff, /* Xenix Bad Block Table */ }; |