diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-13 21:22:39 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-13 23:42:18 -0400 |
commit | 3ba3a79df4ae094d1008c04a9af8d1ff970124c4 (patch) | |
tree | ce084e1fbbc73fc6ddf4ccc52b822291ee1d8e7c /man/systemd-analyze.xml | |
parent | 64144440a5d2d94482f882b992fd2a4e0dca7a05 (diff) | |
download | systemd-3ba3a79df4ae094d1008c04a9af8d1ff970124c4.tar.gz |
man: fix a bunch of links
All hail linkchecker!
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 1ff81d3d5a..198315052f 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -145,7 +145,7 @@ <para><command>systemd-analyze dot</command> generates textual dependency graph description in dot format for further processing with the GraphViz - <citerefentry><refentrytitle>dot</refentrytitle><manvolnum>1</manvolnum></citerefentry> + <citerefentry project='die-net'><refentrytitle>dot</refentrytitle><manvolnum>1</manvolnum></citerefentry> tool. Use a command line like <command>systemd-analyze dot | dot -Tsvg > systemd.svg</command> to generate a graphical dependency tree. Unless <option>--order</option> or @@ -229,7 +229,7 @@ <command>dot</command> command (see above), this selects which relationships are shown in the dependency graph. Both options require a - <citerefentry><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry> + <citerefentry project='die-net'><refentrytitle>glob</refentrytitle><manvolnum>7</manvolnum></citerefentry> pattern as an argument, which will be matched against the left-hand and the right-hand, respectively, nodes of a relationship.</para> |