man: fix systemd-analyze plot commands (#6761)
authorJohn Lin <johnlinp@gmail.com>
Thu, 7 Sep 2017 07:59:03 +0000 (15:59 +0800)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Sep 2017 07:59:03 +0000 (09:59 +0200)
man/systemd-analyze.xml

index 095d4e7..91edbfb 100644 (file)
       <literal>avahi-daemon</literal></title>
 
       <programlisting>$ systemd-analyze dot 'avahi-daemon.*' | dot -Tsvg > avahi.svg
-      $ eog avahi.svg</programlisting>
+$ eog avahi.svg</programlisting>
     </example>
 
     <example>
       <title>Plots the dependencies between all known target units</title>
 
-      <programlisting>systemd-analyze dot --to-pattern='*.target' --from-pattern='*.target' | dot -Tsvg > targets.svg
+      <programlisting>systemd-analyze dot --to-pattern='*.target' --from-pattern='*.target' | dot -Tsvg > targets.svg
 $ eog targets.svg</programlisting>
     </example>
   </refsect1>