Searched refs:man_page (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-help.c | 127 char *man_page; in exec_woman_emacs() local 131 if (asprintf(&man_page, "(woman \"%s\")", page) > 0) { in exec_woman_emacs() 132 execlp(path, "emacsclient", "-e", man_page, NULL); in exec_woman_emacs() 133 free(man_page); in exec_woman_emacs() 144 char *man_page; in exec_man_konqueror() local 162 if (asprintf(&man_page, "man:%s(1)", page) > 0) { in exec_man_konqueror() 163 execlp(path, filename, "newTab", man_page, NULL); in exec_man_konqueror() 164 free(man_page); in exec_man_konqueror()
|