summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Parted.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Parted.hs')
-rw-r--r--src/Propellor/Property/Parted.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/Parted.hs b/src/Propellor/Property/Parted.hs
index 2b741234..6d125b85 100644
--- a/src/Propellor/Property/Parted.hs
+++ b/src/Propellor/Property/Parted.hs
@@ -6,6 +6,7 @@ module Propellor.Property.Parted (
Partition(..),
mkPartition,
Partition.Fs(..),
+ ByteSize,
Partition.MkfsOpts,
PartType(..),
PartFlag(..),
@@ -110,7 +111,7 @@ data Eep = YesReallyDeleteDiskContents
-- | Partitions a disk using parted, and formats the partitions.
--
--- The FilePath can be a block device (eg, /dev/sda), or a disk image file.
+-- The FilePath can be a block device (eg, \/dev\/sda), or a disk image file.
--
-- This deletes any existing partitions in the disk! Use with EXTREME caution!
partitioned :: Eep -> FilePath -> PartTable -> Property NoInfo