diff options
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 5c8b8e8868..baf44ad2eb 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1236,12 +1236,12 @@ <row> <entry><literal>%r</literal></entry> <entry>Root control group path where units are placed.</entry> - <entry>For system instances this usually resolves to <filename>/system</filename>, except in containers, where the path might be prefixed with the container's root control group.</entry> + <entry>For system instances, this usually resolves to <filename>/system</filename>, except in containers, where the path might be prefixed with the container's root control group.</entry> </row> <row> <entry><literal>%R</literal></entry> <entry>Parent directory of the control group path where units are placed.</entry> - <entry>For system instances this usually + <entry>For system instances, this usually resolves to <filename>/</filename>, except in containers, where this resolves to the container's root directory.</entry> |