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
1 changed files with 4 additions and 4 deletions

View File

@ -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</programlisting>
</example>
</refsect1>