libtracefs: Fix up man pages to display all functions

There are several functions in the man pages that are missing from being
accessed in the man pages because, although they are described in a man
page, they are not listed at the top of the man page, which means they do
not get their own man page.

Have all functions described in the man pages get their own reference, so
that people can find them easier. And one man page listed functions that
were described in another man page. Fix that too.

Link: https://lore.kernel.org/linux-trace-devel/20220206131518.17d54368@rorschach.local.home

Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
diff --git a/Documentation/libtracefs-dynevents.txt b/Documentation/libtracefs-dynevents.txt
index b8cb8d4..2c6db47 100644
--- a/Documentation/libtracefs-dynevents.txt
+++ b/Documentation/libtracefs-dynevents.txt
@@ -4,8 +4,8 @@
 NAME
 ----
 tracefs_dynevent_create, tracefs_dynevent_destroy, tracefs_dynevent_destroy_all,
-tracefs_dynevent_free, tracefs_dynevent_list_free, tracefs_dynevent_get_all, tracefs_dynevent_info,
-tracefs_dynevent_get_event - Create, destroy, free and get dynamic events.
+tracefs_dynevent_free, tracefs_dynevent_list_free, tracefs_dynevent_get, tracefs_dynevent_get_all,
+tracefs_dynevent_info, tracefs_dynevent_get_event - Create, destroy, free and get dynamic events.
 
 SYNOPSIS
 --------
diff --git a/Documentation/libtracefs-events.txt b/Documentation/libtracefs-events.txt
index a3d7a11..3c2b95d 100644
--- a/Documentation/libtracefs-events.txt
+++ b/Documentation/libtracefs-events.txt
@@ -3,8 +3,8 @@
 
 NAME
 ----
-tracefs_event_systems, tracefs_system_events, tracefs_iterate_raw_events -
-Work with trace systems and events.
+tracefs_event_systems, tracefs_system_events, tracefs_event_enable,
+tracefs_event_disable,  tracefs_iterate_raw_events - Work with trace systems and events.
 
 SYNOPSIS
 --------
diff --git a/Documentation/libtracefs-filter.txt b/Documentation/libtracefs-filter.txt
index 501f093..12726b9 100644
--- a/Documentation/libtracefs-filter.txt
+++ b/Documentation/libtracefs-filter.txt
@@ -3,7 +3,7 @@
 
 NAME
 ----
-tracefs_filter_string_append, tracefs_filter_string_verify, tracefs_event_filter_apply tracefs_event_filter_clear -
+tracefs_filter_string_append, tracefs_filter_string_verify, tracefs_event_filter_apply, tracefs_event_filter_clear -
 Add, verify and apply event filters
 
 SYNOPSIS
diff --git a/Documentation/libtracefs-hist-cont.txt b/Documentation/libtracefs-hist-cont.txt
index 651aa0e..7159e27 100644
--- a/Documentation/libtracefs-hist-cont.txt
+++ b/Documentation/libtracefs-hist-cont.txt
@@ -3,7 +3,8 @@
 
 NAME
 ----
-tracefs_hist_pause, tracefs_hist_continue, tracefs_hist_reset - Pause, continue, or clear an existing histogram
+tracefs_hist_start, tracefs_hist_destroy, tracefs_hist_pause,
+tracefs_hist_continue, tracefs_hist_reset - Pause, continue, or clear an existing histogram
 
 SYNOPSIS
 --------
diff --git a/Documentation/libtracefs-hist-mod.txt b/Documentation/libtracefs-hist-mod.txt
index 1f4587b..b308c7e 100644
--- a/Documentation/libtracefs-hist-mod.txt
+++ b/Documentation/libtracefs-hist-mod.txt
@@ -4,7 +4,7 @@
 NAME
 ----
 tracefs_hist_add_sort_key, tracefs_hist_set_sort_key, tracefs_hist_sort_key_direction,
-tracefs_hist_append_filter, tracefs_hist_echo_cmd, tracefs_hist_command,
+tracefs_hist_add_name, tracefs_hist_append_filter, tracefs_hist_echo_cmd, tracefs_hist_command,
 tracefs_hist_get_name, tracefs_hist_get_event, tracefs_hist_get_system - Update and describe an event histogram
 
 SYNOPSIS
diff --git a/Documentation/libtracefs-hist.txt b/Documentation/libtracefs-hist.txt
index 858782b..3ac21ce 100644
--- a/Documentation/libtracefs-hist.txt
+++ b/Documentation/libtracefs-hist.txt
@@ -3,8 +3,8 @@
 
 NAME
 ----
-tracefs_hist_alloc, tracefs_hist_free, tracefs_hist_add_key, tracefs_hist_add_value,
-tracefs_hist_add_name, tracefs_hist_start, tracefs_hist_destroy - Create and destroy event histograms
+tracefs_hist_alloc, tracefs_hist_alloc_2d, tracefs_hist_alloc_nd, tracefs_hist_free,
+tracefs_hist_add_key, tracefs_hist_add_value - Create and destroy event histograms
 
 SYNOPSIS
 --------