summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLucas Werkmeister <mail@lucaswerkmeister.de>2016-10-30 02:44:07 +0200
committerLucas Werkmeister <mail@lucaswerkmeister.de>2016-10-30 02:44:07 +0200
commit8bb36a1122b9e45a794188c10ca68e6dc33a271c (patch)
tree261e08aa777b6241146be21769d218292b37d0db /man
parent918737f36524eee99588e46b9092c4a8f4242338 (diff)
man: make systemd-escape examples more consistent
The first example wasn't phrased with "To ..." as the other three are, and the last example was lacking the colon.
Diffstat (limited to 'man')
-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 7afac42613..5e95e22536 100644
--- a/man/systemd-escape.xml
+++ b/man/systemd-escape.xml
@@ -144,7 +144,7 @@
<refsect1>
<title>Examples</title>
- <para>Escape a single string:</para>
+ <para>To escape a single string:</para>
<programlisting>$ systemd-escape 'Hallöchen, Meister'
Hall\xc3\xb6chen\x2c\x20Meister</programlisting>
@@ -156,7 +156,7 @@ Hallöchen, Meister</programlisting>
<programlisting>$ systemd-escape -p --suffix=mount "/tmp//waldi/foobar/"
tmp-waldi-foobar.mount</programlisting>
- <para>To generate instance names of three strings</para>
+ <para>To generate instance names of three strings:</para>
<programlisting>$ systemd-escape --template=systemd-nspawn@.service 'My Container 1' 'containerb' 'container/III'
systemd-nspawn@My\x20Container\x201.service systemd-nspawn@containerb.service systemd-nspawn@container-III.service</programlisting>
</refsect1>