diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2017-02-21 00:45:35 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-20 18:45:35 -0500 |
commit | cc7de2ba32562311288480e3a8faba0298852299 (patch) | |
tree | 3aec98dd73c953b1a6d97dbdf9f479f60bfb0be0 /src/analyze | |
parent | aa3288505569433200bfa311ff12d29684a14374 (diff) | |
download | systemd-cc7de2ba32562311288480e3a8faba0298852299.tar.gz |
tree-wide: add man: to manpage references (#5402)
Found with:
git grep '"[^"]*[a-z0-9]([0-9]\+p\?)' src/ | grep -vF man:
Diffstat (limited to 'src/analyze')
-rw-r--r-- | src/analyze/analyze.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index a9402fdb28..ac0470b20d 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1362,7 +1362,7 @@ static void help(void) { " blame Print list of running units ordered by time to init\n" " critical-chain Print a tree of the time critical chain of units\n" " plot Output SVG graphic showing service initialization\n" - " dot Output dependency graph in dot(1) format\n" + " dot Output dependency graph in man:dot(1) format\n" " set-log-level LEVEL Set logging threshold for manager\n" " set-log-target TARGET Set logging target for manager\n" " dump Output state serialization of service manager\n" |