diff options
author | des <des@FreeBSD.org> | 2010-10-27 18:48:23 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2010-10-27 18:48:23 +0000 |
commit | 6181f4e8f1dd25f11ac99e8e39baa4b9827e6811 (patch) | |
tree | 9dbcf116c8f459287a26c1f2d3cfe4baf908b977 /bin/rm/rm.1 | |
parent | 28a426fd147d18128516301b0d6c2828720f2c2d (diff) | |
download | FreeBSD-src-6181f4e8f1dd25f11ac99e8e39baa4b9827e6811.zip FreeBSD-src-6181f4e8f1dd25f11ac99e8e39baa4b9827e6811.tar.gz |
Language cleanup.
Diffstat (limited to 'bin/rm/rm.1')
-rw-r--r-- | bin/rm/rm.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 11bc77d..ff573e00 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. |