summaryrefslogtreecommitdiff
path: root/misc/bsdiff/DESCR
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-23 08:26:03 +0000
committerrillig <rillig>2005-05-23 08:26:03 +0000
commit6489bb287ee041f8a0fc7d585bb9b686d04df08a (patch)
treea88b53a484071e09249ef5ae57e9f69b5ffb0a67 /misc/bsdiff/DESCR
parent7a76c246f0f13dd8e44983c76c6f44e228da5bcf (diff)
downloadpkgsrc-6489bb287ee041f8a0fc7d585bb9b686d04df08a.tar.gz
Removed trailing white-space.
Diffstat (limited to 'misc/bsdiff/DESCR')
-rw-r--r--misc/bsdiff/DESCR6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/bsdiff/DESCR b/misc/bsdiff/DESCR
index dbd52d88937..7fdd6021b3d 100644
--- a/misc/bsdiff/DESCR
+++ b/misc/bsdiff/DESCR
@@ -5,7 +5,7 @@ routinely produces binary patches 50-80% smaller than those produced by
Xdelta, and 15% smaller than those produced by .RTPatch (a $2750/seat
commercial patch tool).
-If n is the size of the old file and m is the size of the new file, bsdiff
-runs in O((n+m) log n) time; on a 200MHz Pentium Pro, building a binary
-patch for a 4MB file takes about 90 seconds. bspatch runs in O(n+m) time;
+If n is the size of the old file and m is the size of the new file, bsdiff
+runs in O((n+m) log n) time; on a 200MHz Pentium Pro, building a binary
+patch for a 4MB file takes about 90 seconds. bspatch runs in O(n+m) time;
on the same machine, applying that patch takes about two seconds.