summaryrefslogtreecommitdiffstats
path: root/bin/rm
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
committertrhodes <trhodes@FreeBSD.org>2002-08-21 17:32:44 +0000
commit9618da3e35435c433d8086d65af15f716ffe32ec (patch)
tree170fdd70317f0e6648584759afc92e4021ebcd92 /bin/rm
parent34ae8fe5374af25df8e04d804f045ed309399984 (diff)
downloadFreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.zip
FreeBSD-src-9618da3e35435c433d8086d65af15f716ffe32ec.tar.gz
s/filesystem/file system/ as discussed on -developers
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