mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
man: also properly indent our examples to 8ch
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user