summaryrefslogtreecommitdiffstats
path: root/include/pt-mbr.h
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/pt-mbr.h
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/pt-mbr.h')
-rw-r--r--include/pt-mbr.h2
1 files changed, 1 insertions, 1 deletions
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 */
};