From: Lennart Poettering Date: Wed, 23 Sep 2015 17:40:51 +0000 (+0200) Subject: man: also properly indent our examples to 8ch X-Git-Tag: v227~62^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0521e286fc34d1ab58edc1a3fab7b8285c4b36e5;p=platform%2Fupstream%2Fsystemd.git man: also properly indent our examples to 8ch --- diff --git a/man/systemd-notify.xml b/man/systemd-notify.xml index 5832cc6..71d501f 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 < /tmp/waldo - systemd-notify --status="Processing $a" + read a < /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