summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-06-02 00:37:17 -0400
committerJoey Hess2015-06-02 00:37:17 -0400
commitfd9d172bcd9f217b67a60ed2e694bad4f6602d32 (patch)
treef3b4bde882120e169a8073350853125f639449c4
parentaf450d89c8c78c544ad0329501a5bbc535079a18 (diff)
wording
-rw-r--r--src/Propellor/Property/Systemd.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs
index fa40868b..17849980 100644
--- a/src/Propellor/Property/Systemd.hs
+++ b/src/Propellor/Property/Systemd.hs
@@ -346,7 +346,7 @@ instance Publishable (Proto, Bound Port) where
-- This feature was first added in systemd version 220.
--
-- This property is only needed (and will only work) if the container
--- is configured private networking. Also, networkd should be enabled
+-- is configured to use private networking. Also, networkd should be enabled
-- both inside the container, and on the host. For example:
--
-- > foo :: Host