diff options
author | Michael Biebl <mbiebl@gmail.com> | 2017-04-25 21:16:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-25 21:16:34 +0200 |
commit | 4ffab21849e6f5ff31545776101661b1157635ce (patch) | |
tree | 3f76494fc81509cf5fd16bb0d7b11fbca4679569 | |
parent | 8b721196fd24afedc10b020d62ed27675373f1d3 (diff) | |
parent | 82b4969045a1df95f042604c02af4253e99dbf9f (diff) |
Merge pull request #5805 from keszybz/apendv-man-rule
meson: add sd_bus_message_appendv alias to man list
-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 00a1413325..21c996f9b4 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -181,7 +181,7 @@ manpages = [ ['SD_BUS_ERROR_END', 'SD_BUS_ERROR_MAP', 'sd_bus_error_map'], ''], ['sd_bus_get_fd', '3', [], ''], - ['sd_bus_message_append', '3', [], ''], + ['sd_bus_message_append', '3', ['sd_bus_message_appendv'], ''], ['sd_bus_message_append_array', '3', ['sd_bus_message_append_array_iovec', |