Skip to content

Commit

Permalink
man: fix systemd-analyze plot commands (#6761)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlinp authored and poettering committed Sep 7, 2017
1 parent 0e8856d commit 1de2a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/systemd-analyze.xml
Expand Up @@ -313,13 +313,13 @@
<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>
Expand Down

0 comments on commit 1de2a9a

Please sign in to comment.