summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRuediger Meier2017-06-29 04:09:06 +0200
committerKarel Zak2017-06-29 12:56:22 +0200
commit9f3d0fce66279ea5f2b8ea694d3bf6a46682c8cd (patch)
treef62107e11fa524d4ce9bf73453e29117d4b29e68 /include
parentuuidgen: improve --help (diff)
downloadkernel-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.h2
-rw-r--r--include/pt-mbr.h2
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 */
};