mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
man: also properly indent our examples to 8ch
This commit is contained in:
parent
9e6a555ae4
commit
0521e286fc
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user