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/systemctl/systemctl.c | |
parent | aa3288505569433200bfa311ff12d29684a14374 (diff) |
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/systemctl/systemctl.c')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 2591ec0b69..c2af46d4ee 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -3557,7 +3557,7 @@ static int start_special(int argc, char *argv[], void *userdata) { if (termination_action && arg_force < 2 && IN_SET(r, -ENOENT, -ETIMEDOUT)) - log_notice("It is possible to perform action directly, see discussion of --force --force in systemctl(1)."); + log_notice("It is possible to perform action directly, see discussion of --force --force in man:systemctl(1)."); return r; } |