diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-08 21:48:09 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-08 21:48:09 +0200 |
commit | 085b94eec37695a395c5edd5bb1e320ba12d2d1a (patch) | |
tree | 44ac40718b06feceb24ce8c0f470ad9d93a36070 /man/systemd.unit.xml | |
parent | dccb26007a0de518c248e4b198b2545f25bde4bd (diff) |
man: fix minor ambuigity
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d6bb60486a..554130448f 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -154,14 +154,14 @@ <filename>dev-sda.device</filename> refers to a device 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. 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> + way to escape the path name is used, so that the + result 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. 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 |