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