Blame SOURCES/0128-fdisk-remove-obsolete-info-about-GPT-from-man-page.patch

304038
From 81ffb923caad0eff603c708cc4d2fe0e3cff295f Mon Sep 17 00:00:00 2001
304038
From: Karel Zak <kzak@redhat.com>
304038
Date: Mon, 16 Oct 2017 12:20:40 +0200
304038
Subject: [PATCH 128/135] fdisk: remove obsolete info about GPT from man page
304038
304038
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1490984
304038
Signed-off-by: Karel Zak <kzak@redhat.com>
304038
---
304038
 fdisks/fdisk.8 | 8 ++------
304038
 1 file changed, 2 insertions(+), 6 deletions(-)
304038
304038
diff --git a/fdisks/fdisk.8 b/fdisks/fdisk.8
304038
index e4e585f12..39e4ad5c3 100644
304038
--- a/fdisks/fdisk.8
304038
+++ b/fdisks/fdisk.8
304038
@@ -33,12 +33,8 @@ fdisk \- manipulate disk partition table
304038
 (in the first form of invocation)
304038
 is a menu-driven program for creation and manipulation of
304038
 partition tables.
304038
-It understands DOS-type partition tables and BSD- or SUN-type disklabels.
304038
-
304038
-.B fdisk
304038
-does not understand GUID partition tables (GPTs) and it is not designed
304038
-for large partitions.  In these cases, use the more advanced GNU
304038
-.BR parted (8).
304038
+It understands GPT (experimental for now), MBR, Sun, SGI and BSD
304038
+partition tables.
304038
 
304038
 .B fdisk
304038
 does not use DOS-compatible mode and cylinders as display units by default.
304038
-- 
304038
2.13.6
304038