1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-24 21:34:08 +03:00

man: fix minor ambuigity

This commit is contained in:
Lennart Poettering 2010-07-08 21:48:09 +02:00
parent dccb26007a
commit 085b94eec3

View File

@ -154,14 +154,14 @@
<filename>dev-sda.device</filename> refers to a device <filename>dev-sda.device</filename> refers to a device
with the device node <filename>/dev/sda</filename> in with the device node <filename>/dev/sda</filename> in
the file system namespace. If this applies a special the file system namespace. If this applies a special
way to escape the path name is used, so that it is way to escape the path name is used, so that the
usable as part of a file name. Basically, given a result is usable as part of a file name. Basically,
path, "/" is replaced by "-", and all unprintable given a path, "/" is replaced by "-", and all
characters and the "-" are replaced by C-style "\x20" unprintable characters and the "-" are replaced by
escapes. The root directory "/" is encoded as single C-style "\x20" escapes. The root directory "/" is
dash, while otherwise the initial and ending "/" is encoded as single dash, while otherwise the initial
removed from all paths during transformation. This and ending "/" is removed from all paths during
escaping is reversible.</para> transformation. This escaping is reversible.</para>
<para>Optionally, units may be instantiated from a <para>Optionally, units may be instantiated from a
template file at runtime. This allows creation of template file at runtime. This allows creation of