--- src/sys/boot/common/commands.c 2003/11/10 06:08:31 1.3 +++ src/sys/boot/common/commands.c 2008/09/02 17:21:12 1.4 @@ -131,8 +131,8 @@ command_help(int argc, char *argv[]) char *topic, *subtopic, *t, *s, *d; /* page the help text from our load path */ - sprintf(buf, "%s/boot/loader.help", getenv("loaddev")); - if ((hfd = open(buf, O_RDONLY)) < 0) { + /* sprintf(buf, "%s/boot/loader.help", getenv("loaddev")); */ + if ((hfd = rel_open("loader.help", O_RDONLY)) < 0) { printf("Verbose help not available, use '?' to list commands\n"); return(CMD_OK); }