]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: also properly indent our examples to 8ch
authorLennart Poettering <lennart@poettering.net>
Wed, 23 Sep 2015 17:40:51 +0000 (19:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Sep 2015 19:55:51 +0000 (21:55 +0200)
man/systemd-notify.xml

index 5832cc67591119a649e2266b4bf22a292fe5f936..71d501f435eadcca71c02d0bb3e9a56595ed070b 100644 (file)
@@ -161,12 +161,12 @@ mkfifo /tmp/waldo
 systemd-notify --ready --status="Waiting for data..."
 
 while : ; do
-  read a &lt; /tmp/waldo
-  systemd-notify --status="Processing $a"
+        read a &lt; /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>