Avoid busy loop on rsync exit status 12 or 13.
[dss.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 8dd3846bb3cd8aa5c4264b84c2ef6756fed2f991..1043ec514884e406adf75dc91678fc8ef1bed775 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -9,6 +9,14 @@ some directory that is included in your PATH, e.g. to $HOME/bin or to
 Note that you'll likely need a recent version of
 ftp://ftp.gnu.org/pub/gnu/gengetopt/ (gnu gengetopt) to compile dss.
 
+Optionally, type
+
+        make man
+
+to create the man page of dss. This invokes help2man so make sure
+that help2man is installed on your system. Note that the man page is
+just the nroff variant of the output of "dss --detailed-help".
+
 dss is known to compile on Linux, MacOS, Solaris, FreeBSD and
 NetBSD. However, it is run-tested only on Linux.