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:
parent
c7280b7c1f
commit
e7e6043ccf
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user