mbox series

[0/2] libtraceevent: Remove duplicate man page functions

Message ID 20230104172655.145516-1-rostedt@goodmis.org (mailing list archive)
Headers show
Series libtraceevent: Remove duplicate man page functions | expand

Message

Steven Rostedt Jan. 4, 2023, 5:26 p.m. UTC
From: "Steven Rostedt (Google)" <rostedt@goodmis.org>

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(-)