aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin-help.c
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/perf_counter/builtin-help.c')
-rw-r--r--Documentation/perf_counter/builtin-help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-help.c b/Documentation/perf_counter/builtin-help.c
index d2bd3177b98c..a3894bfb9b6e 100644
--- a/Documentation/perf_counter/builtin-help.c
+++ b/Documentation/perf_counter/builtin-help.c
@@ -317,7 +317,7 @@ static const char *cmd_to_page(const char *perf_cmd)
else if (is_perf_command(perf_cmd))
return prepend("perf-", perf_cmd);
else
- return prepend("perf", perf_cmd);
+ return prepend("perf-", perf_cmd);
}
static void setup_man_path(void)