summaryrefslogtreecommitdiff
path: root/src/oom
diff options
context:
space:
mode:
authorMorten Linderud <morten@linderud.pw>2023-03-10 20:20:44 +0100
committerMorten Linderud <morten@linderud.pw>2023-03-10 20:21:30 +0100
commit6dadf31d6123a9127ee6ceccbcc272d53ec5f8fa (patch)
treed41157b5bc23edf6721e116d283376df104c7172 /src/oom
parent6e017b19a804639101fc87b4b78c02f7639c6d0c (diff)
downloadsystemd-6dadf31d6123a9127ee6ceccbcc272d53ec5f8fa.tar.gz
src: Fixup copy-paste error for terminal_urlify_man
Signed-off-by: Morten Linderud <morten@linderud.pw>
Diffstat (limited to 'src/oom')
-rw-r--r--src/oom/oomd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oom/oomd.c b/src/oom/oomd.c
index eb1b830605..2d6819daee 100644
--- a/src/oom/oomd.c
+++ b/src/oom/oomd.c
@@ -45,7 +45,7 @@ static int help(void) {
_cleanup_free_ char *link = NULL;
int r;
- r = terminal_urlify_man("systemd-oomd", "1", &link);
+ r = terminal_urlify_man("systemd-oomd", "8", &link);
if (r < 0)
return log_oom();