From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> As tep_print_field() is deprecated, do not report it as missing from the man pages. Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- check-manpages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-manpages.sh b/check-manpages.sh index a2f4f264b42b..06a94f154ff9 100755 --- a/check-manpages.sh +++ b/check-manpages.sh @@ -37,7 +37,7 @@ for man in ${MAIN}-*.txt; do done done -DEPRECATED="" +DEPRECATED="*tep_print_field*" sed -ne 's/^[a-z].*[ \*]\([a-z_][a-z_]*\)(.*/\1/p' -e 's/^\([a-z_][a-z_]*\)(.*/\1/p' ../include/traceevent/event-parse.h | while read f; do if ! grep -q '\*'${f}'\*' $MAIN_FILE; then -- 2.35.1