From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> The commit that renamed tep_pid_is_registered to tep_is_pid_registered() missed a location that had the old name. Fixes: 241ac93c8527 ("tools tools, tools lib traceevent: Make traceevent APIs more consistent") Signed-off-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx> --- Documentation/libtraceevent-commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/libtraceevent-commands.txt b/Documentation/libtraceevent-commands.txt index 185ff16a1352..cea3001df888 100644 --- a/Documentation/libtraceevent-commands.txt +++ b/Documentation/libtraceevent-commands.txt @@ -3,7 +3,7 @@ libtraceevent(3) NAME ---- -tep_register_comm, tep_override_comm, tep_pid_is_registered, +tep_register_comm, tep_override_comm, tep_is_pid_registered, tep_data_comm_from_pid, tep_data_pid_from_comm, tep_cmdline_pid - Manage pid to process name mappings. -- 2.35.1