summaryrefslogtreecommitdiffstats
path: root/libraries/librsync
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:43:31 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:43:31 -0400
commit0d90e9aec533a5c97675ba2e15ce189bafa4687a (patch)
treeeb779613358880db27a9940ad4496f7e87466193 /libraries/librsync
parentd6e2857f75717869b47130ab2f7bf6ff342f23c1 (diff)
downloadslackbuilds-0d90e9aec533a5c97675ba2e15ce189bafa4687a.tar.gz
slackbuilds-0d90e9aec533a5c97675ba2e15ce189bafa4687a.tar.xz
libraries/librsync: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/librsync')
-rw-r--r--libraries/librsync/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/libraries/librsync/README b/libraries/librsync/README
index 40183318cb..23f48f1881 100644
--- a/libraries/librsync/README
+++ b/libraries/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.