summaryrefslogtreecommitdiff
path: root/bin/rm
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2010-10-27 18:48:23 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2010-10-27 18:48:23 +0000
commit1f9d174116517dff800c6c208aeee563616477f8 (patch)
tree9dbcf116c8f459287a26c1f2d3cfe4baf908b977 /bin/rm
parent8399e5f3077ce2e4860b8c8f3739c6c8a1a0a906 (diff)
downloadsrc-test2-1f9d174116517dff800c6c208aeee563616477f8.tar.gz
src-test2-1f9d174116517dff800c6c208aeee563616477f8.zip
Notes
Diffstat (limited to 'bin/rm')
-rw-r--r--bin/rm/rm.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 11bc77d1b2e2..ff573e00d869 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -231,6 +231,6 @@ The
.Fl P
option assumes that the underlying file system updates existing blocks
in-place and does not store new data in a new location.
-This is true for UFS but not for ZFS, which is using a Copy-On-Write strategy.
-In addition, only regular files are overwritten, other types of files
-are not.
+This is true for UFS, but not for ZFS or other file systems which use
+copy-on-write semantics.
+In addition, only regular files are overwritten.