summaryrefslogtreecommitdiffstats
path: root/system/unison/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/unison/README')
-rw-r--r--system/unison/README34
1 files changed, 19 insertions, 15 deletions
diff --git a/system/unison/README b/system/unison/README
index 2e50f0190d..965b6e2aa6 100644
--- a/system/unison/README
+++ b/system/unison/README
@@ -1,20 +1,24 @@
-Unison is a file-synchronization tool for Unix and Windows. It allows two
-replicas of a collection of files and directories to be stored on different
-hosts (or different disks on the same host), modified separately, and then
-brought up to date by propagating the changes in each replica to the other.
+Unison is a file-synchronization tool for Unix and Windows. It allows
+two replicas of a collection of files and directories to be stored
+on different hosts (or different disks on the same host), modified
+separately, and then brought up to date by propagating the changes in
+each replica to the other.
-Unlike simple mirroring or backup utilities, Unison can deal with updates
-to both replicas of a distributed directory structure. Updates that do not
-conflict are propagated automatically. Conflicting updates are detected and
-displayed.
+Unlike simple mirroring or backup utilities, Unison can deal with
+updates to both replicas of a distributed directory structure. Updates
+that do not conflict are propagated automatically. Conflicting updates
+are detected and displayed.
-Unison allows you to either build a text-only binary or a binary that will
-use a graphical user interface.
+Unison allows you to either build a text-only binary or a binary that
+will use a graphical user interface.
-By default this slackbuild will, similar to Slackware's own emacs package,
-build both a text-only and a gui binary. To do this (which is the default):
+By default this slackbuild will, similar to Slackware's own emacs
+package, build both a text-only and a gui binary. To do this (which is
+the default):
- "FLAVOUR='gtk2 text' ./unison.SlackBuild" or just "./unison.SlackBuild"
+ "FLAVOUR='gtk2 text' ./unison.SlackBuild"
+
+...or just "./unison.SlackBuild"
To only build a text only binary, do this:
@@ -24,5 +28,5 @@ To only build a gui only binary, do this:
"FLAVOUR=gtk2 ./unison.SlackBuild"
-hevea is an optional dependency which allows building the HTML documentation.
-Otherwise only a version as PDF will be built.
+hevea is an optional dependency which allows building the HTML
+documentation. Otherwise only PDF docs will be built.