continue;
case BODY:
- adios (NULL, "no blank lines are permitted in %s", file);
+ die("no blank lines are permitted in %s", file);
case FILEEOF:
break;
default:
- adios (NULL, "%s is poorly formatted", file);
+ die("%s is poorly formatted", file);
}
break;
}
if (opp == NULL) {
/* Check for duplicated non-null profile entries. Except
allow multiple profile entries named "#", because that's
- what the mh-profile man page suggests using for comments.
+ what mh-profile(5) suggests using for comments.
Only do this check on the very first call from
context_read(), when opp is NULL. That way, entries in