PATH_PAGER
const char * const argv[] = {PATH_PAGER, PATH_INSTR, NULL};
status = posix_spawnp(&pid, PATH_PAGER, NULL, NULL,
printf("Unable to spawn %s\n",PATH_PAGER);