@Tom su(1) on openbsd apologizes if the password given is incorrect
@mallaidh you mean the "sorry, try again:" prompt?
@Tom no, it just prints "Sorry"
@Tom from the source:
if (!emlogin) {
fprintf(stderr, "Sorry\n");
auth_close(as);
exit(1);
}