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
1 changed files with 2 additions and 2 deletions

View File

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