Searched refs:man_page (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/
H A Dbuiltin-help.c121 struct strbuf man_page = STRBUF_INIT; local
125 strbuf_addf(&man_page, "(woman \"%s\")", page);
126 execlp(path, "emacsclient", "-e", man_page.buf, NULL);
135 struct strbuf man_page = STRBUF_INIT; local
153 strbuf_addf(&man_page, "man:%s(1)", page);
154 execlp(path, filename, "newTab", man_page.buf, NULL);

Completed in 64 milliseconds