Audit rm(1)

1) One small argc-style-matter
2) manpage cleanup
3) NOTE: The utility-functions will be evaluated separately.
This commit is contained in:
FRIGN
2015-02-28 21:30:20 +01:00
parent 80a394139a
commit 6f715d8c6d
3 changed files with 5 additions and 5 deletions

2
rm.c
View File

@@ -23,7 +23,7 @@ main(int argc, char *argv[])
usage();
} ARGEND;
if (argc < 1) {
if (!argc) {
if (!rm_fflag)
usage();
else