man: typo

ohsix> ooh theres a typo in the example
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-08-21 23:02:46 -04:00
parent 143bfdaf0b
commit d83c224da0

View file

@ -285,7 +285,7 @@ $ eog avahi.svg</programlisting>
<para>This plots the dependencies between all known target units:</para>
<programlisting>systemd-analyze dot --to-pattern='*.target' --from-patter='*.target' | dot -Tsvg > targets.svg
<programlisting>systemd-analyze dot --to-pattern='*.target' --from-pattern='*.target' | dot -Tsvg > targets.svg
$ eog targets.svg</programlisting>