diff options
author | Philip Withnall <withnall@endlessm.com> | 2019-01-16 12:03:53 +0000 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-16 21:33:38 +0900 |
commit | 35f2c0ba6afd70c4a1f74865d9231b85f4a01380 (patch) | |
tree | 5ca2fd19a1f97a69f3777f66657ab2bdcaeab4ed /man/systemd.exec.xml | |
parent | 28d78d07261bdfebbf36f7136bbb0d0f5f2029f1 (diff) | |
download | systemd-35f2c0ba6afd70c4a1f74865d9231b85f4a01380.tar.gz systemd-35f2c0ba6afd70c4a1f74865d9231b85f4a01380.tar.bz2 systemd-35f2c0ba6afd70c4a1f74865d9231b85f4a01380.zip |
man: Fix a typo in systemd.exec.xml
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 46aa473ce1..bd0091e3f1 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -820,7 +820,7 @@ CapabilityBoundingSet=~CAP_B CAP_C</programlisting> names must be relative, and may not include <literal>..</literal>. If set, one or more directories by the specified names will be created (including their parents) below the locations defined in the following table, when the unit is started. Also, the corresponding environment variable - is defined with the full path of directories. If multiple directories are set, then int the environment variable + is defined with the full path of directories. If multiple directories are set, then in the environment variable the paths are concatenated with colon (<literal>:</literal>).</para> <table> <title>Automatic directory creation and environment variables</title> |