From: Willy Tarreau Date: Tue, 13 Oct 2015 14:32:20 +0000 (+0200) Subject: DOC: mention management.txt in README X-Git-Tag: v1.6.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=373933df1b045161dc058159bb48275c40daac4b;p=thirdparty%2Fhaproxy.git DOC: mention management.txt in README and in intro.txt as well. Remove references to haproxy-{en,fr}.txt. --- diff --git a/README b/README index a7d411f292..b8f4a18508 100644 --- a/README +++ b/README @@ -424,9 +424,9 @@ There is some documentation in the doc/ directory : http://cbonte.github.io/haproxy-dconv/configuration-1.5.html - - haproxy-en.txt / haproxy-fr.txt : these are the old outdated docs. You - should never need them. If you do, then please report what you didn't - find in the other ones. + - management.txt : it explains how to start haproxy, how to manage it at + runtime, how to manage it on multiple nodes, how to proceed with seamless + upgrades. - gpl.txt / lgpl.txt : the copy of the licenses covering the software. See the 'LICENSE' file at the top for more information. diff --git a/doc/intro.txt b/doc/intro.txt index 19b4b1e03e..05d3e66df4 100644 --- a/doc/intro.txt +++ b/doc/intro.txt @@ -78,6 +78,10 @@ to the mailing list whose responses are present in these documents. ensure you're running with all known fixes how to update it, complements and alternatives. + - management.txt : it explains how to start haproxy, how to manage it at + runtime, how to manage it on multiple nodes, how to proceed with seamless + upgrades. + - configuration.txt : the reference manual details all configuration keywords and their options. It is used when a configuration change is needed.