command_seterr
command_seterr("%s", strerror(file_formats[fp->f_loader]->l_exec(fp)));
command_seterr("bad delay '%s'", argv[1]);
command_seterr("too many arguments");
command_seterr("no valid kernel found");
command_seterr("can't boot '%s', kernel module already loaded",
command_seterr("no bootable kernel");
int command_seterr(const char *fmt, ...) __printflike(1, 2);
command_seterr("usage is 'help <topic> [<subtopic>]");
command_seterr("no help available for '%s'", topic);
command_seterr("variable '%s' not found", argv[1]);
command_seterr("wrong number of arguments");
command_seterr("%s", strerror(err));
command_seterr("wrong number of arguments");
command_seterr("%s", strerror(err));
command_seterr("bad timeout '%s'", optarg);
command_seterr("error showing %s", filename);
command_seterr("can't load file '%s': %s",
command_seterr("warning: KLD '%s' already loaded", filename);
command_seterr("don't know how to load module '%s'", filename);
command_seterr("no filename specified");
command_seterr("warning: KLD '%s' already loaded", argv[1]);
command_seterr("can't open '%s': %s\n", filename, strerror(errno));
command_seterr("Error while including %s, in the line:\n%s",
command_seterr("no error message");
command_seterr("unknown command");
command_seterr("bad path '%s'", path);
command_seterr("open '%s' failed: %s", path, strerror(errno));
command_seterr("stat failed: %s", strerror(errno));
command_seterr("%s: %s", path, strerror(ENOTDIR));