man: escape: fix --suffix examples (#5508)

systemd-escape does not permit the suffix to begin with a dot.
This commit is contained in:
Lucas Werkmeister 2017-03-01 21:24:18 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent d6d0473dc9
commit 2a75df743b

View file

@ -86,8 +86,8 @@
<listitem><para>Appends the specified unit type suffix to the <listitem><para>Appends the specified unit type suffix to the
escaped string. Takes one of the unit types supported by escaped string. Takes one of the unit types supported by
systemd, such as <literal>.service</literal> or systemd, such as <literal>service</literal> or
<literal>.mount</literal>. May not be used in conjunction with <literal>mount</literal>. May not be used in conjunction with
<option>--template=</option>, <option>--unescape</option> or <option>--template=</option>, <option>--unescape</option> or
<option>--mangle</option>.</para></listitem> <option>--mangle</option>.</para></listitem>
</varlistentry> </varlistentry>