diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-10-15 08:58:51 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-10-15 08:19:49 -0400 |
commit | 72f4d9669c253d5bd7c126bf2e7a0db0198cf2eb (patch) | |
tree | a05e592987d304e6a6490bae85543639e2b7cac5 /man/systemd.unit.xml | |
parent | 0c7225549d539c77620e15c850c60e4dc124a131 (diff) |
man: wording and grammar updates
This is a recurring submission and includes corrections to various
issue spotted. I guess I can just skip over reporting ubiquitous comma
placement fixes…
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> |