diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-07 14:05:17 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-07 14:05:17 +0200 |
commit | c62e7d041fe4edec736e13e1325adb96fed8c6a4 (patch) | |
tree | f4167ce21ea5956eda86b83b214c9feb8f461a51 /man/rules | |
parent | meson: rename make-man-rules.py to update-man-rules.py (diff) | |
download | systemd-c62e7d041fe4edec736e13e1325adb96fed8c6a4.tar.xz systemd-c62e7d041fe4edec736e13e1325adb96fed8c6a4.zip |
man: update rules
Forgotten in 4f07ddfa9bc2242eaa6c288a15b8bce4e4383931.
Diffstat (limited to 'man/rules')
-rw-r--r-- | man/rules/meson.build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build index 0639b17df6..5bbee35e9f 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', |