diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-help.c')
-rw-r--r-- | Documentation/perf_counter/builtin-help.c | 2 |
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) | |||
317 | else if (is_perf_command(perf_cmd)) | 317 | else if (is_perf_command(perf_cmd)) |
318 | return prepend("perf-", perf_cmd); | 318 | return prepend("perf-", perf_cmd); |
319 | else | 319 | else |
320 | return prepend("perf", perf_cmd); | 320 | return prepend("perf-", perf_cmd); |
321 | } | 321 | } |
322 | 322 | ||
323 | static void setup_man_path(void) | 323 | static void setup_man_path(void) |