--- src/bin/rm/rm.c 2005/07/03 00:42:13 1.13 +++ src/bin/rm/rm.c 2005/07/03 00:51:44 1.14 @@ -456,8 +456,8 @@ check(const char *path, const char *name * because their permissions are meaningless. Check stdin_ok * first because we may not have stat'ed the file. * Also skip this check if the -P option was specified because - * we will not be able to overwrite file contents and will - * barf later. + * we will not be able to overwrite file contents and will + * barf later. */ if (!stdin_ok || S_ISLNK(sp->st_mode) || Pflag || (!access(name, W_OK) && @@ -471,7 +471,7 @@ check(const char *path, const char *name modep + 1, modep[9] == ' ' ? "" : " ", user_from_uid(sp->st_uid, 0), group_from_gid(sp->st_gid, 0), - *flagsp ? flagsp : "", *flagsp ? " " : "", + *flagsp ? flagsp : "", *flagsp ? " " : "", path); free(flagsp); }