diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-15 07:25:22 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-15 07:27:37 +0200 |
commit | 70c8db755558927bdea56e9571c5d71300a81e8e (patch) | |
tree | ca0c965d287e7bbc88973c45076671ed9fbe99e8 /man/rules | |
parent | Merge pull request #9303 from poettering/busctl-fixlets (diff) | |
download | systemd-70c8db755558927bdea56e9571c5d71300a81e8e.tar.xz systemd-70c8db755558927bdea56e9571c5d71300a81e8e.zip |
man: use systemd-boot instead of sd-boot
Diffstat (limited to 'man/rules')
-rw-r--r-- | man/rules/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build index 04f03c6786..9458a4012d 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -47,7 +47,6 @@ manpages = [ ['resolvectl', '1', ['resolvconf'], 'ENABLE_RESOLVE'], ['resolved.conf', '5', ['resolved.conf.d'], 'ENABLE_RESOLVE'], ['runlevel', '8', [], 'ENABLE_UTMP'], - ['sd-boot', '7', [], 'ENABLE_EFI'], ['sd-bus-errors', '3', ['SD_BUS_ERROR_ACCESS_DENIED', @@ -541,6 +540,7 @@ manpages = [ ['systemd-ask-password', '1', [], ''], ['systemd-backlight@.service', '8', ['systemd-backlight'], 'ENABLE_BACKLIGHT'], ['systemd-binfmt.service', '8', ['systemd-binfmt'], 'ENABLE_BINFMT'], + ['systemd-boot', '7', ['sd-boot'], 'ENABLE_EFI'], ['systemd-cat', '1', [], ''], ['systemd-cgls', '1', [], ''], ['systemd-cgtop', '1', [], ''], |