diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-02 03:51:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-02 03:51:29 +0200 |
commit | b2c20dd9583eb50e03dfb684ef15e018becc887b (patch) | |
tree | 333f1dcf5230d22ac7e6d14c75718c52b3262467 /man/systemd.unit.xml | |
parent | 6759e7a7638fc98877f98a7d45b265461ea78674 (diff) |
man: document snapshot units
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index da077e2097..df8761391c 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -151,10 +151,13 @@ with the device node <filename>/dev/sda</filename> in the file system namespace. If this applies a special way to escape the path name is used, so that it is - usable as part of a file name. Basically, given a path, - "/" is replaced by "-", and all unprintable characters - and the "-" are replaced by C-style "\x20" - escapes. This escaping is reversible.</para> + usable as part of a file name. Basically, given a + path, "/" is replaced by "-", and all unprintable + characters and the "-" are replaced by C-style "\x20" + escapes. The root directory "/" is encoded as single + dash, while otherwise the initial and ending "/" is + removed from all paths during transformation. This + escaping is reversible.</para> <para>Optionally, units may be instantiated from a template file at runtime. This allows creation of |