summaryrefslogtreecommitdiff
path: root/devel/xdelta
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-06 17:40:18 +0000
committerjmmv <jmmv>2003-05-06 17:40:18 +0000
commit5a79423b6feb188f48299ebbaf981575b33d3f48 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /devel/xdelta
parentf58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff)
downloadpkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'devel/xdelta')
-rw-r--r--devel/xdelta/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xdelta/DESCR b/devel/xdelta/DESCR
index 1870b029cc2..358114133bb 100644
--- a/devel/xdelta/DESCR
+++ b/devel/xdelta/DESCR
@@ -2,7 +2,7 @@ The delta generator portion of this program is a delta algorithm which
searches for substring matches between the files and then outputs
instructions to reconstruct the new file from the old file. It produces a
set of copy/insert instructions that tell how to reconstruct the file as a
-sequence of copies from the FROM file and inserts from the delta itself.
+sequence of copies from the FROM file and inserts from the delta itself.
In this regard, the program is much closer to a compression program than
to a diff program. However, the delta is not "compressed", in that the
delta's entropy H(P) will be very similar to the entropy of the portions