From: Lennart Poettering Date: Fri, 9 Feb 2024 08:37:23 +0000 (+0100) Subject: sysext: point to the right man page for the mode we are invoked in X-Git-Tag: v256-rc1~920^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82d371eeaf09ae1bec9e6868bcc6f304d1a64d8c;p=thirdparty%2Fsystemd.git sysext: point to the right man page for the mode we are invoked in --- 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();