From 1de2a9a5bfffcedd87a821beb527c95540854aaa Mon Sep 17 00:00:00 2001 From: John Lin Date: Thu, 7 Sep 2017 15:59:03 +0800 Subject: [PATCH] man: fix systemd-analyze plot commands (#6761) --- man/systemd-analyze.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 095d4e7..91edbfb 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -313,13 +313,13 @@ avahi-daemon $ systemd-analyze dot 'avahi-daemon.*' | dot -Tsvg > avahi.svg - $ eog avahi.svg +$ eog avahi.svg Plots the dependencies between all known target units - systemd-analyze dot --to-pattern='*.target' --from-pattern='*.target' | dot -Tsvg > targets.svg + $ systemd-analyze dot --to-pattern='*.target' --from-pattern='*.target' | dot -Tsvg > targets.svg $ eog targets.svg -- 2.7.4