From: Lennart Poettering Date: Thu, 8 Jul 2010 19:48:09 +0000 (+0200) Subject: man: fix minor ambuigity X-Git-Tag: v2~7 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=085b94eec37695a395c5edd5bb1e320ba12d2d1a man: fix minor ambuigity --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d6bb60486..554130448 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -154,14 +154,14 @@ dev-sda.device refers to a device with the device node /dev/sda 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. + 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. Optionally, units may be instantiated from a template file at runtime. This allows creation of