summaryrefslogtreecommitdiff
path: root/man/systemd-notify.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-09-23 19:40:51 +0200
committerLennart Poettering <lennart@poettering.net>2015-09-29 21:55:51 +0200
commit0521e286fc34d1ab58edc1a3fab7b8285c4b36e5 (patch)
treee14becc681da300f77ef0fc9ba953a661fdba65f /man/systemd-notify.xml
parent9e6a555ae45b97275ca5f08f3b6635ef981e03a5 (diff)
downloadsystemd-0521e286fc34d1ab58edc1a3fab7b8285c4b36e5.tar.gz
man: also properly indent our examples to 8ch
Diffstat (limited to 'man/systemd-notify.xml')
-rw-r--r--man/systemd-notify.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-notify.xml b/man/systemd-notify.xml
index 5832cc6759..71d501f435 100644
--- a/man/systemd-notify.xml
+++ b/man/systemd-notify.xml
@@ -161,12 +161,12 @@ mkfifo /tmp/waldo
systemd-notify --ready --status="Waiting for data..."
while : ; do
- read a &lt; /tmp/waldo
- systemd-notify --status="Processing $a"
+ read a &lt; /tmp/waldo
+ systemd-notify --status="Processing $a"
- # Do something with $a ...
+ # Do something with $a ...
- systemd-notify --status="Waiting for data..."
+ systemd-notify --status="Waiting for data..."
done</programlisting>
</example>
</refsect1>