]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: escape: fix --suffix examples (#5508)
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Wed, 1 Mar 2017 20:24:18 +0000 (21:24 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 1 Mar 2017 20:24:18 +0000 (15:24 -0500)
systemd-escape does not permit the suffix to begin with a dot.

man/systemd-escape.xml

index 5e95e225364c1f9dcfaba845affd4df4c670e9ed..bb4c7e48e5ab682676df6150e724e59e0e7e5a9a 100644 (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>