diff options
author | Michael Biebl <biebl@debian.org> | 2018-06-22 13:38:31 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2018-06-22 13:38:31 +0200 |
commit | b012e92123bdc9fa10c2f079ec5bd9313b23e21a (patch) | |
tree | 94b74f04796e0da187092db7c2487aaf30f0faf1 /man/systemd-escape.xml | |
parent | 98393f852f2f66a74f7370aa63c07b26d610343c (diff) | |
download | systemd-b012e92123bdc9fa10c2f079ec5bd9313b23e21a.tar.gz |
New upstream version 239
Diffstat (limited to 'man/systemd-escape.xml')
-rw-r--r-- | man/systemd-escape.xml | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/man/systemd-escape.xml b/man/systemd-escape.xml index 513e9a6a97..41014abc73 100644 --- a/man/systemd-escape.xml +++ b/man/systemd-escape.xml @@ -4,23 +4,6 @@ <!-- SPDX-License-Identifier: LGPL-2.1+ - - This file is part of systemd. - - Copyright 2014 Lennart Poettering - - systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 2.1 of the License, or - (at your option) any later version. - - systemd is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with systemd; If not, see <http://www.gnu.org/licenses/>. --> <refentry id="systemd-escape" @@ -29,15 +12,6 @@ <refentryinfo> <title>systemd-escape</title> <productname>systemd</productname> - - <authorgroup> - <author> - <contrib>Developer</contrib> - <firstname>Lennart</firstname> - <surname>Poettering</surname> - <email>lennart@poettering.net</email> - </author> - </authorgroup> </refentryinfo> <refmeta> @@ -122,6 +96,7 @@ <varlistentry> <term><option>--unescape</option></term> + <term><option>-u</option></term> <listitem><para>Instead of escaping the specified strings, undo the escaping, reversing the operation. May not be used in @@ -132,6 +107,7 @@ <varlistentry> <term><option>--mangle</option></term> + <term><option>-m</option></term> <listitem><para>Like <option>--escape</option>, but only escape characters that are obviously not escaped yet, and |