From 82d371eeaf09ae1bec9e6868bcc6f304d1a64d8c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 9 Feb 2024 09:37:23 +0100 Subject: [PATCH] sysext: point to the right man page for the mode we are invoked in --- src/sysext/sysext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysext/sysext.c b/src/sysext/sysext.c index 924f4613011..3a316ff9dcb 100644 --- a/src/sysext/sysext.c +++ b/src/sysext/sysext.c @@ -1367,7 +1367,7 @@ static int verb_help(int argc, char **argv, void *userdata) { _cleanup_free_ char *link = NULL; int r; - r = terminal_urlify_man("systemd-sysext", "8", &link); + r = terminal_urlify_man(image_class_info[arg_image_class].full_identifier, "8", &link); if (r < 0) return log_oom(); -- 2.47.3