diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-04-21 13:37:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 13:37:55 +0200 |
commit | ede32a7cff6c02333fadbeb5ba3462c5e92763ca (patch) | |
tree | 15e02a624d73fd883ed6aae88380738534a7e526 /tools | |
parent | e14a0c21e9c0caa1cf63844d3b1629756f2d2953 (diff) | |
parent | 32c4d2ba627b8f5fccba05ca3558782c5d72a78a (diff) | |
download | systemd-ede32a7cff6c02333fadbeb5ba3462c5e92763ca.tar.gz |
Merge pull request #15505 from keszybz/man-sd-hwdb-sd-journal
Document remaining sd-journal and sd-hwdb functions
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/meson-check-api-docs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/meson-check-api-docs.sh b/tools/meson-check-api-docs.sh index adaf23883e..1094101e08 100755 --- a/tools/meson-check-api-docs.sh +++ b/tools/meson-check-api-docs.sh @@ -12,6 +12,7 @@ deprecated=" -e sd_bus_message_get_priority -e sd_bus_message_set_priority -e sd_seat_can_multi_session + -e sd_journal_open_container " for symbol in `nm -g --defined-only "$@" | grep " T " | cut -d" " -f3 | grep -wv $deprecated | sort -u` ; do |