From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> When Daniel Wagner was working on converting the Makefiles over to meson, he found that there were two functions that were duplicated in the man pages. This causes issues with meson in the build process. Not only remove the duplicate functions, but also update the check-manpages.sh script to catch duplicates in the future. Steven Rostedt (Google) (2): libtraceevent: Add check for duplicate functions in man pages libtraceevent: Remove tep_find_function{_address}() from libtraceevent-func_apis.txt Documentation/libtraceevent-func_apis.txt | 26 ++++------------------- check-manpages.sh | 9 +++++++- 2 files changed, 12 insertions(+), 23 deletions(-) -- 2.35.1