Blame SOURCES/0039-docs-Add-list-of-filesystems-for-fs-type-1311596.patch

aeed84
From 8e64cda0151fa70195030d5abc0361bd3cd187bb Mon Sep 17 00:00:00 2001
aeed84
From: "Brian C. Lane" <bcl@redhat.com>
aeed84
Date: Mon, 29 Feb 2016 16:47:18 -0800
aeed84
Subject: [PATCH 39/39] docs: Add list of filesystems for fs-type (#1311596)
aeed84
aeed84
Add the most common filesystem types to the parted manpage.
aeed84
aeed84
Resolves: rhbz#1311596
aeed84
(cherry picked from commit c9f50a36aee0a4c373b5e1bd3069aeb18fac055d)
aeed84
---
aeed84
 doc/C/parted.8 | 2 ++
aeed84
 1 file changed, 2 insertions(+)
aeed84
aeed84
diff --git a/doc/C/parted.8 b/doc/C/parted.8
aeed84
index 1ea741e..03bb3a5 100644
aeed84
--- a/doc/C/parted.8
aeed84
+++ b/doc/C/parted.8
aeed84
@@ -76,6 +76,8 @@ should be one of "aix", "amiga", "bsd", "dvh", "gpt", "loop", "mac", "msdos",
aeed84
 .B mkpart \fIpart-type\fP \fI[fs-type]\fP \fIstart\fP \fIend\fP
aeed84
 Make a \fIpart-type\fP partition for filesystem \fIfs-type\fP (if specified),
aeed84
 beginning at \fIstart\fP and ending at \fIend\fP (by default in megabytes).
aeed84
+\fIfs-type\fP can be one of "btrfs", "ext2", "ext3", "ext4", "fat16", "fat32",
aeed84
+"hfs", "hfs+", "linux-swap", "ntfs", "reiserfs", or "xfs".
aeed84
 \fIpart-type\fP should be one of "primary", "logical", or "extended".
aeed84
 .TP
aeed84
 .B name \fIpartition\fP \fIname\fP
aeed84
-- 
aeed84
2.5.5
aeed84