summaryrefslogtreecommitdiffstats
path: root/bin/rm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rm')
-rw-r--r--bin/rm/rm.14
-rw-r--r--bin/rm/rm.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 26dca6a..e01c16d 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -167,9 +167,9 @@ path reference. For example:
.Sh BUGS
The
.Fl P
-option assumes that the underlying filesystem is a fixed-block file
+option assumes that the underlying file system is a fixed-block file
system.
-UFS is a fixed-block filesystem, LFS is not.
+UFS is a fixed-block file system, LFS is not.
In addition, only regular files are overwritten, other types of files
are not.
.Sh COMPATIBILITY
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index eeb86f0..6175277 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -357,8 +357,8 @@ rm_file(char **argv)
* XXX
* This is a cheap way to *really* delete files. Note that only regular
* files are deleted, directories (and therefore names) will remain.
- * Also, this assumes a fixed-block filesystem (like FFS, or a V7 or a
- * System V filesystem). In a logging filesystem, you'll have to have
+ * Also, this assumes a fixed-block file system (like FFS, or a V7 or a
+ * System V file system). In a logging file system, you'll have to have
* kernel support.
*/
void
OpenPOWER on IntegriCloud