Searched refs:man_page (Results 1 – 1 of 1) sorted by relevance
/tools/perf/ |
D | builtin-help.c | 111 char *man_page; in exec_woman_emacs() local 115 if (asprintf(&man_page, "(woman \"%s\")", page) > 0) { in exec_woman_emacs() 116 execlp(path, "emacsclient", "-e", man_page, NULL); in exec_woman_emacs() 117 free(man_page); in exec_woman_emacs() 129 char *man_page; in exec_man_konqueror() local 148 if (asprintf(&man_page, "man:%s(1)", page) > 0) { in exec_man_konqueror() 149 execlp(path, filename, "newTab", man_page, NULL); in exec_man_konqueror() 150 free(man_page); in exec_man_konqueror()
|