diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-09 14:22:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-09 14:22:37 -0400 |
| commit | 2e2438ae66490a2a00972be16e95f0d9cda2f9ea (patch) | |
| tree | 33c651ccf3d64f7c61f13f2d03d64d86a14ad225 /src/Propellor/Property/Systemd.hs | |
| parent | 3c48f6ac937b88f5fa4e953f505086429f45dd58 (diff) | |
improve haddock formating of filenames
Diffstat (limited to 'src/Propellor/Property/Systemd.hs')
| -rw-r--r-- | src/Propellor/Property/Systemd.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index 9cb532e0..e80c32be 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -227,7 +227,7 @@ containerCfg p = RevertableProperty (mk True) (mk False) ('-':_) -> p _ -> "--" ++ p --- | Bind mounts /etc/resolv.conf from the host into the container. +-- | Bind mounts </etc/resolv.conf> from the host into the container. -- -- This property is enabled by default. Revert it to disable it. resolvConfed :: RevertableProperty |
