1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-13 12:58:20 +03:00

src: Fixup copy-paste error for terminal_urlify_man

Signed-off-by: Morten Linderud <morten@linderud.pw>
(cherry picked from commit 6dadf31d6123a9127ee6ceccbcc272d53ec5f8fa)
This commit is contained in:
Morten Linderud 2023-03-10 20:20:44 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent c7280b7c1f
commit e7e6043ccf
5 changed files with 5 additions and 5 deletions

View File

@ -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();

View File

@ -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();

View File

@ -5486,7 +5486,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();

View File

@ -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();

View File

@ -1184,7 +1184,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();