summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2016-05-23 11:22:34 -0400
committerJoey Hess2016-05-23 11:22:34 -0400
commit73200c35591c641ac00b4afae0d2276339ce7c21 (patch)
tree36f4a08e74492b21227da577abdcd1f323274da2
parent96b92edc63a6754f6574325a700b2f1ebea59c59 (diff)
more consistent layout in example
-rw-r--r--src/Propellor/Property/Ccache.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/Ccache.hs b/src/Propellor/Property/Ccache.hs
index ce5e836c..f2246fe1 100644
--- a/src/Propellor/Property/Ccache.hs
+++ b/src/Propellor/Property/Ccache.hs
@@ -84,8 +84,8 @@ limitToParams (l1 :+ l2) = limitToParams l1 <> limitToParams l2
--
-- If you say
--
--- > & (Group "foo") `Ccache.hasGroupCache` (Ccache.MaxSize "4G"
--- > <> Ccache.MaxFiles 10000)
+-- > & (Group "foo") `Ccache.hasGroupCache`
+-- > (Ccache.MaxSize "4G" <> Ccache.MaxFiles 10000)
--
-- you instruct propellor to create a ccache in /var/cache/ccache-foo owned and
-- writeable by the foo group, with a maximum cache size of 4GB or 10000 files.