misc/xdelta: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 17:06:16 -04:00
parent a9f869dc33
commit 9116d63f79
1 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,10 @@
xdelta - Binary delta generator xdelta - Binary delta generator
Xdelta is a program designed to compute changes between files. These changes Xdelta is a program designed to compute changes between files. These
(deltas) are similar to the output of the "diff" program in that they may be changes (deltas) are similar to the output of the "diff" program in
used to store and transmit only the changes between files. However, unlike that they may be used to store and transmit only the changes between
diff(1), the output of xdelta is not expressed in a human-readable format. 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 Xdelta uses a fast, linear algorithm and performs well on both binary
text files. and text files.