man: also properly indent our examples to 8ch

This commit is contained in:
Lennart Poettering 2015-09-23 19:40:51 +02:00
parent 9e6a555ae4
commit 0521e286fc

View file

@ -161,12 +161,12 @@ mkfifo /tmp/waldo
systemd-notify --ready --status="Waiting for data..." systemd-notify --ready --status="Waiting for data..."
while : ; do while : ; do
read a < /tmp/waldo read a < /tmp/waldo
systemd-notify --status="Processing $a" 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> done</programlisting>
</example> </example>
</refsect1> </refsect1>