summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 17:06:16 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 17:06:16 -0400
commit9116d63f79bc228dd572402b52fe230d19a9ee00 (patch)
treec3ef87d5e745c3135d30b1a544eb9bf18a8c0b12 /misc
parenta9f869dc338b2f37fc00fd54d215d93567ab3ee9 (diff)
downloadslackbuilds-9116d63f79bc228dd572402b52fe230d19a9ee00.tar.gz
slackbuilds-9116d63f79bc228dd572402b52fe230d19a9ee00.tar.xz
misc/xdelta: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/xdelta/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/xdelta/README b/misc/xdelta/README
index 6624fddcd9..c7ae24e886 100644
--- a/misc/xdelta/README
+++ b/misc/xdelta/README
@@ -1,9 +1,10 @@
xdelta - Binary delta generator
-Xdelta is a program designed to compute changes between files. These changes
-(deltas) are similar to the output of the "diff" program in that they may be
-used to store and transmit only the changes between files. However, unlike
-diff(1), the output of xdelta is not expressed in a human-readable format.
+Xdelta is a program designed to compute changes between files. These
+changes (deltas) are similar to the output of the "diff" program in
+that they may be used to store and transmit only the changes between
+files. However, unlike diff(1), the output of xdelta is not expressed
+in a human-readable format.
-Xdelta uses a fast, linear algorithm and performs well on both binary and
-text files.
+Xdelta uses a fast, linear algorithm and performs well on both binary
+and text files.