summaryrefslogtreecommitdiff
path: root/man/systemd-escape.xml
diff options
context:
space:
mode:
authorLucas Werkmeister <mail@lucaswerkmeister.de>2017-03-01 21:24:18 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-03-01 15:24:18 -0500
commit2a75df743bcca334e17a8a513e6a66011b5047f3 (patch)
tree513f0ebdc01cf277d520d2240038eb82d2b7dc2c /man/systemd-escape.xml
parentd6d0473dc9688dbfcd9e9b6ed005de26dd1131b7 (diff)
downloadsystemd-2a75df743bcca334e17a8a513e6a66011b5047f3.tar.gz
man: escape: fix --suffix examples (#5508)
systemd-escape does not permit the suffix to begin with a dot.
Diffstat (limited to 'man/systemd-escape.xml')
-rw-r--r--man/systemd-escape.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-escape.xml b/man/systemd-escape.xml
index 5e95e22536..bb4c7e48e5 100644
--- a/man/systemd-escape.xml
+++ b/man/systemd-escape.xml
@@ -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>