From: Lennart Poettering Date: Thu, 7 May 2020 13:07:26 +0000 (+0200) Subject: meson: re-run ninja update-man-rules X-Git-Tag: v246-rc1~416 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb5da6c38543c59cf458e27a2f5fa47d3e72d7f3;p=thirdparty%2Fsystemd.git meson: re-run ninja update-man-rules Split out of #15703, because it has nothing to do with that. Follow-up for: 4f07ddfa9bc2242eaa6c288a15b8bce4e4383931 --- diff --git a/man/rules/meson.build b/man/rules/meson.build index 0d05508e7b6..3b1364a9a17 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -720,7 +720,11 @@ manpages = [ ['sd_machine_get_class', '3', ['sd_machine_get_ifindices'], ''], ['sd_notify', '3', - ['sd_notifyf', 'sd_pid_notify', 'sd_pid_notify_with_fds', 'sd_pid_notifyf', 'sd_notify_barrier'], + ['sd_notify_barrier', + 'sd_notifyf', + 'sd_pid_notify', + 'sd_pid_notify_with_fds', + 'sd_pid_notifyf'], ''], ['sd_path_lookup', '3', ['sd_path_lookup_strv'], ''], ['sd_pid_get_owner_uid',