diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-12-26 02:47:45 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-25 22:53:46 -0500 |
commit | e0e009c067aa7237f9683c46e5845bbb11ec67c2 (patch) | |
tree | d2c31f3f444bfa569569ac195e2778c475a67c26 /man/systemd.exec.xml | |
parent | b040723ea412209e0edf54647fa5aa4287411507 (diff) |
man: grammar and wording improvements
This is a recurring submission and includes corrections to:
- missing words, preposition choice.
- change of /lib to /usr/lib, because that is what most distros are
using as the system-wide location for systemd/udev files.
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 2778497647..17748d4066 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -847,7 +847,7 @@ processes and mounts private <filename>/tmp</filename> and <filename>/var/tmp</filename> - directories inside it that are not + directories inside it that is not shared by processes outside of the namespace. This is useful to secure access to temporary files of the @@ -857,7 +857,7 @@ <filename>/var/tmp</filename> impossible. All temporary data created by service will be removed after - service is stopped. Defaults to + the service is stopped. Defaults to false. Note that it is possible to run two or more units within the same private <filename>/tmp</filename> and |