From 4d0f9c6e02adc2e1977f5473ceb66b24f371b266 Mon Sep 17 00:00:00 2001 From: uqs Date: Sun, 31 Oct 2010 19:16:54 +0000 Subject: Fix typo and grammar nit Submitted by: arundel MFC after: 7 days (or when the bikeshed has abated) --- bin/rm/rm.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/rm') diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 4e4f240..ad81066 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -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. -- cgit v1.1