summaryrefslogtreecommitdiffstats
path: root/bin/rm
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-10-04 11:14:12 +0000
committerdes <des@FreeBSD.org>2004-10-04 11:14:12 +0000
commit9ccc4fa11b9cb72eb8ee05bdfa59dcc0411a82cb (patch)
tree2df8dd85597942c4091ba21cf8aa87d47ec0bcd6 /bin/rm
parent7c355c0de61c9dbbdcd7df3f0b0e5b0052409d3e (diff)
downloadFreeBSD-src-9ccc4fa11b9cb72eb8ee05bdfa59dcc0411a82cb.zip
FreeBSD-src-9ccc4fa11b9cb72eb8ee05bdfa59dcc0411a82cb.tar.gz
Whitespace cleanup.
Diffstat (limited to 'bin/rm')
-rw-r--r--bin/rm/rm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index 89145c8..1d9f91f 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -70,9 +70,9 @@ void usage(void);
/*
* rm --
* This rm is different from historic rm's, but is expected to match
- * POSIX 1003.2 behavior. The most visible difference is that -f
+ * POSIX 1003.2 behavior. The most visible difference is that -f
* has two specific effects now, ignore non-existent files and force
- * file removal.
+ * file removal.
*/
int
main(int argc, char *argv[])
@@ -434,7 +434,7 @@ check(char *path, char *name, struct stat *sp)
else {
/*
* If it's not a symbolic link and it's unwritable and we're
- * talking to a terminal, ask. Symbolic links are excluded
+ * talking to a terminal, ask. Symbolic links are excluded
* 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
@@ -453,7 +453,7 @@ check(char *path, char *name, struct stat *sp)
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);
}
OpenPOWER on IntegriCloud