Language cleanup.

This commit is contained in:
Dag-Erling Smørgrav 2010-10-27 18:48:23 +00:00
parent 8399e5f307
commit 1f9d174116
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214431

View File

@ -231,6 +231,6 @@ The
.Fl P .Fl P
option assumes that the underlying file system updates existing blocks option assumes that the underlying file system updates existing blocks
in-place and does not store new data in a new location. 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. This is true for UFS, but not for ZFS or other file systems which use
In addition, only regular files are overwritten, other types of files copy-on-write semantics.
are not. In addition, only regular files are overwritten.