summaryrefslogtreecommitdiff
path: root/private/librsync/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-05-22 18:38:31 +0200
committerEugen Wissner <belka@caraus.de>2022-05-22 18:38:31 +0200
commit086a00c59b8bc2dee139178fa9431f789b0b690e (patch)
treea286f00ff73cc9e32e3f56c2266c4bab1629f560 /private/librsync/README
parent59c19f58ea938b2e86b5eb5bbe4cfb6b1b5e46dc (diff)
downloadslackbuilder-086a00c59b8bc2dee139178fa9431f789b0b690e.tar.gz
librsync: Update README and the script
Diffstat (limited to 'private/librsync/README')
-rw-r--r--private/librsync/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/private/librsync/README b/private/librsync/README
index 4018331..23f48f1 100644
--- a/private/librsync/README
+++ b/private/librsync/README
@@ -1,8 +1,9 @@
librsync (rsync synchronization algorithm library.)
-librsync is a free software library that implements the rsync remote-delta
-algorithm.
-
-The rsync remote-delta algorithm is a method of efficiently transmitting a
-structure (such as a file) across a communications link when the receiving
-computer already has a different version of the same structure.
+librsync is a free software library that implements the rsync
+remote-delta algorithm.
+
+The rsync remote-delta algorithm is a method of efficiently
+transmitting a structure (such as a file) across a communications link
+when the receiving computer already has a different version of the
+same structure.