diff options
author | Luca Boccassi <bluca@debian.org> | 2023-02-01 20:29:11 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-02-01 22:56:28 +0100 |
commit | 8310229a04842d654a00c2d03a0f22d27904708e (patch) | |
tree | 786098ceb1d550f3878abf66f61eeee32fbe9b50 /man/rules | |
parent | Merge pull request #26287 from medhefgo/mkosi-auto-enroll (diff) | |
download | systemd-8310229a04842d654a00c2d03a0f22d27904708e.tar.xz systemd-8310229a04842d654a00c2d03a0f22d27904708e.zip |
man: add page for systemd-ac-power
It is now a supported executable, so add manpage.
Fixes https://github.com/systemd/systemd/issues/26289
Diffstat (limited to 'man/rules')
-rw-r--r-- | man/rules/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build index 75197736b0..c5b457bd7f 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -856,6 +856,7 @@ manpages = [ ['shutdown', '8', [], ''], ['sysctl.d', '5', [], ''], ['systemctl', '1', [], ''], + ['systemd-ac-power', '1', [], ''], ['systemd-analyze', '1', [], 'ENABLE_ANALYZE'], ['systemd-ask-password-console.service', '8', |