From: Zbigniew Jędrzejewski-Szmek Date: Sat, 13 Jun 2020 14:45:37 +0000 (+0200) Subject: man: really fix conditional in homed.conf X-Git-Tag: v246-rc1~151^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4677c3da976d54d806ca5ced008f4917e88a0204;p=thirdparty%2Fsystemd.git man: really fix conditional in homed.conf Followup for f978844eb62e1c47431b388ab90aafdd29f624ec. --- diff --git a/man/rules/meson.build b/man/rules/meson.build index b04ae1c67c4..e8dcfd7bffd 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -18,7 +18,7 @@ manpages = [ ['file-hierarchy', '7', [], ''], ['halt', '8', ['poweroff', 'reboot'], ''], ['homectl', '1', [], 'ENABLE_HOMED'], - ['homed.conf', '5', ['homed.conf.d'], 'ENABLE_RESOLVE'], + ['homed.conf', '5', ['homed.conf.d'], 'ENABLE_HOMED'], ['hostname', '5', [], ''], ['hostnamectl', '1', [], 'ENABLE_HOSTNAMED'], ['hwdb', '7', [], 'ENABLE_HWDB'],