From 2a75df743bcca334e17a8a513e6a66011b5047f3 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Wed, 1 Mar 2017 21:24:18 +0100 Subject: man: escape: fix --suffix examples (#5508) systemd-escape does not permit the suffix to begin with a dot. --- man/systemd-escape.xml | 4 ++-- 1 file 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 @@ Appends the specified unit type suffix to the escaped string. Takes one of the unit types supported by - systemd, such as .service or - .mount. May not be used in conjunction with + systemd, such as service or + mount. May not be used in conjunction with , or . -- cgit v1.2.3