diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-21 23:02:46 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-22 00:52:14 -0400 |
commit | d83c224da0aedcec9a432fe51fa27a3fed7be4b3 (patch) | |
tree | 7b02b957cbc65443b1eddd9eed33bbbcabd20ac0 /man/systemd-analyze.xml | |
parent | 143bfdaf0b890fa7acadf02d1eafacaef1b696bd (diff) |
man: typo
ohsix> ooh theres a typo in the example
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index a8adf87713..60377093d0 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -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> |