summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Postfix.hs
diff options
context:
space:
mode:
authorJoey Hess2014-12-09 14:22:37 -0400
committerJoey Hess2014-12-09 14:22:37 -0400
commit2e2438ae66490a2a00972be16e95f0d9cda2f9ea (patch)
tree33c651ccf3d64f7c61f13f2d03d64d86a14ad225 /src/Propellor/Property/Postfix.hs
parent3c48f6ac937b88f5fa4e953f505086429f45dd58 (diff)
improve haddock formating of filenames
Diffstat (limited to 'src/Propellor/Property/Postfix.hs')
-rw-r--r--src/Propellor/Property/Postfix.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Postfix.hs b/src/Propellor/Property/Postfix.hs
index b3d12727..7821b333 100644
--- a/src/Propellor/Property/Postfix.hs
+++ b/src/Propellor/Property/Postfix.hs
@@ -50,7 +50,7 @@ mappedFile f setup = setup f
`onChange` cmdProperty "postmap" [f]
-- | Run newaliases command, which should be done after changing
--- /etc/aliases.
+-- </etc/aliases>.
newaliases :: Property
newaliases = trivial $ cmdProperty "newaliases" []