diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-09-23 19:40:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-09-29 21:55:51 +0200 |
commit | 0521e286fc34d1ab58edc1a3fab7b8285c4b36e5 (patch) | |
tree | e14becc681da300f77ef0fc9ba953a661fdba65f | |
parent | 9e6a555ae45b97275ca5f08f3b6635ef981e03a5 (diff) |
man: also properly indent our examples to 8ch
-rw-r--r-- | man/systemd-notify.xml | 8 |
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 < /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> |