load_format
static int load_format(const char *, int);
if (load_format(pagedb_path, page) != 0 && (edit || verbose)) {
if (load_format(pagedb_path, 0) != 0 && verbose && errno == ENOENT) {