svn commit: r214604 - head/bin/rm
Ulrich Spoerlein
uqs at FreeBSD.org
Sun Oct 31 19:16:54 UTC 2010
Author: uqs
Date: Sun Oct 31 19:16:54 2010
New Revision: 214604
URL: http://svn.freebsd.org/changeset/base/214604
Log:
Fix typo and grammar nit
Submitted by: arundel
MFC after: 7 days (or when the bikeshed has abated)
Modified:
head/bin/rm/rm.1
Modified: head/bin/rm/rm.1
==============================================================================
--- head/bin/rm/rm.1 Sun Oct 31 18:27:05 2010 (r214603)
+++ head/bin/rm/rm.1 Sun Oct 31 19:16:54 2010 (r214604)
@@ -234,12 +234,12 @@ command appeared in
.Sh BUGS
The
.Fl P
-option assumes that the underlying storage overwrites file block
+option assumes that the underlying storage overwrites file blocks
when data is written to an existing offset.
Several factors including the file system and its backing store could defeat
this assumption.
This includes, but is not limited to file systems that use a
Copy-On-Write strategy (e.g. ZFS or UFS when snapshots are being used), Flash
-media that is using a wear leveling algorithm, or when the backing datastore
+media that are using a wear leveling algorithm, or when the backing datastore
does journaling, etc.
In addition, only regular files are overwritten, other types of files are not.
More information about the svn-src-head
mailing list