@ -40,7 +40,7 @@ extern int rmdir_main(int argc, char **argv)
while (--argc > 0) {
if (rmdir(*(++argv)) == -1) {
fprintf(stderr, "%s: %s\n", applet_name, strerror(errno));
errorMsg("%s\n", strerror(errno));
exit(FALSE);
}
The note is not visible to the blocked user.