summaryrefslogtreecommitdiff
path: root/src/sysext
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/sysext
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/sysext')
-rw-r--r--src/sysext/sysext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysext/sysext.c b/src/sysext/sysext.c
index 0c4391991b..4553e90a50 100644
--- a/src/sysext/sysext.c
+++ b/src/sysext/sysext.c
@@ -883,7 +883,7 @@ static int verb_help(int argc, char **argv, void *userdata) {
_cleanup_free_ char *link = NULL;
int r;
- r = terminal_urlify_man("systemd-sysext", "1", &link);
+ r = terminal_urlify_man("systemd-sysext", "8", &link);
if (r < 0)
return log_oom();