]> git.pld-linux.org Git - packages/parted.git/blob - 0034-docs-Add-list-of-filesystems-for-fs-type-1311596.patch
- rel 4; tons of patches from FC
[packages/parted.git] / 0034-docs-Add-list-of-filesystems-for-fs-type-1311596.patch
1 From d1d40cda51078a5dd8843d8c54e7e112fa028518 Mon Sep 17 00:00:00 2001
2 From: "Brian C. Lane" <bcl@redhat.com>
3 Date: Mon, 29 Feb 2016 16:47:18 -0800
4 Subject: [PATCH 34/36] docs: Add list of filesystems for fs-type (#1311596)
5
6 Add the most common filesystem types to the parted manpage.
7
8 Resolves: rhbz#1311596
9 (cherry picked from commit c9f50a36aee0a4c373b5e1bd3069aeb18fac055d)
10 ---
11  doc/C/parted.8 | 2 ++
12  1 file changed, 2 insertions(+)
13
14 diff --git a/doc/C/parted.8 b/doc/C/parted.8
15 index 5304375..a45f42f 100644
16 --- a/doc/C/parted.8
17 +++ b/doc/C/parted.8
18 @@ -76,6 +76,8 @@ should be one of "aix", "amiga", "bsd", "dvh", "gpt", "loop", "mac", "msdos",
19  .B mkpart \fIpart-type\fP \fI[fs-type]\fP \fIstart\fP \fIend\fP
20  Make a \fIpart-type\fP partition for filesystem \fIfs-type\fP (if specified),
21  beginning at \fIstart\fP and ending at \fIend\fP (by default in megabytes).
22 +\fIfs-type\fP can be one of "btrfs", "ext2", "ext3", "ext4", "fat16", "fat32",
23 +"hfs", "hfs+", "linux-swap", "ntfs", "reiserfs", or "xfs".
24  \fIpart-type\fP should be one of "primary", "logical", or "extended".
25  .TP
26  .B name \fIpartition\fP \fIname\fP
27 -- 
28 2.5.5
29
This page took 0.032665 seconds and 3 git commands to generate.