Project

General

Profile

Bug #1043 ยป manpath.diff

git diff on 7cd988f06d15559d0e455f519cc8da814696462e - Ricardo Nabinger Sanchez, 07/11/2016 01:20 PM

View differences:

src/common/utils.c
/*
* Execute man pager.
*
* We provide --manpath to man here because LTTng-tools can
* We provide -M to man here because LTTng-tools can
* be installed outside /usr, in which case its man pages are
* not located in the default /usr/share/man directory.
*/
ret = execlp(man_bin_path, "man", "--manpath", MANPATH,
ret = execlp(man_bin_path, "man", "-M", MANPATH,
section_string, page_name, NULL);
return ret;
}
    (1-1/1)