Searched refs:man_page (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-help.c | 129 char *man_page; in exec_woman_emacs() local 133 if (asprintf(&man_page, "(woman \"%s\")", page) > 0) { in exec_woman_emacs() 134 execlp(path, "emacsclient", "-e", man_page, NULL); in exec_woman_emacs() 135 free(man_page); in exec_woman_emacs() 146 char *man_page; in exec_man_konqueror() local 164 if (asprintf(&man_page, "man:%s(1)", page) > 0) { in exec_man_konqueror() 165 execlp(path, filename, "newTab", man_page, NULL); in exec_man_konqueror() 166 free(man_page); in exec_man_konqueror()
|