summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/boot/pcrphase.c2
-rw-r--r--src/oom/oomd.c2
-rw-r--r--src/partition/repart.c2
-rw-r--r--src/sysext/sysext.c2
-rw-r--r--src/sysupdate/sysupdate.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/boot/pcrphase.c b/src/boot/pcrphase.c
index 05e9645de9..896e248653 100644
--- a/src/boot/pcrphase.c
+++ b/src/boot/pcrphase.c
@@ -35,7 +35,7 @@ static int help(int argc, char *argv[], void *userdata) {
_cleanup_free_ char *link = NULL;
int r;
- r = terminal_urlify_man("systemd-pcrphase", "1", &link);
+ r = terminal_urlify_man("systemd-pcrphase", "8", &link);
if (r < 0)
return log_oom();
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();
diff --git a/src/partition/repart.c b/src/partition/repart.c
index d80ba573df..e8f3cb7fe7 100644
--- a/src/partition/repart.c
+++ b/src/partition/repart.c
@@ -5598,7 +5598,7 @@ static int help(void) {
_cleanup_free_ char *link = NULL;
int r;
- r = terminal_urlify_man("systemd-repart", "1", &link);
+ r = terminal_urlify_man("systemd-repart", "8", &link);
if (r < 0)
return log_oom();
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();
diff --git a/src/sysupdate/sysupdate.c b/src/sysupdate/sysupdate.c
index a3d2c5a9b9..4ad901e080 100644
--- a/src/sysupdate/sysupdate.c
+++ b/src/sysupdate/sysupdate.c
@@ -1185,7 +1185,7 @@ static int verb_help(int argc, char **argv, void *userdata) {
_cleanup_free_ char *link = NULL;
int r;
- r = terminal_urlify_man("systemd-sysupdate", "1", &link);
+ r = terminal_urlify_man("systemd-sysupdate", "8", &link);
if (r < 0)
return log_oom();