summaryrefslogtreecommitdiff
path: root/bin/rm
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2002-05-16 01:57:20 +0000
commitebd43244579d173cb41cd886cd74d2248de9acf0 (patch)
treea6535f7145cab2b794accc91e7549be9d65f90f6 /bin/rm
parentdfd339a02cf20a19206137a13fb8785d95afd8e9 (diff)
downloadsrc-test2-ebd43244579d173cb41cd886cd74d2248de9acf0.tar.gz
src-test2-ebd43244579d173cb41cd886cd74d2248de9acf0.zip
Consistancy check s/file system/filesystem/
Reviewed by: brian
Notes
Notes: svn path=/head/; revision=96702
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 e01c16d7958c..26dca6a5216e 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 file system is a fixed-block file
+option assumes that the underlying filesystem is a fixed-block file
system.
-UFS is a fixed-block file system, LFS is not.
+UFS is a fixed-block filesystem, 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 54617241fbb9..0161c82a320c 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -355,8 +355,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 file system (like FFS, or a V7 or a
- * System V file system). In a logging file system, you'll have to have
+ * 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
* kernel support.
*/
void