From 949c72018da5b7b949cda23cd4a10b0ec3b936d0 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Tue, 13 Oct 2015 23:26:44 +0200 Subject: [PATCH] DOC: specify that stats socket doc (section 9.2) is in management Commit 44aed90ce102c4136a5eda66d541f6fa79e141e8 moved the stats socket documentation from config to management but the remaining references to section 9.2 were not updated; improve it to be less confusing. Signed-off-by: Kevin Decherf --- doc/configuration.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 0333d3b3f3..9588759276 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -859,7 +859,8 @@ stats socket [|] [param*] Binds a UNIX socket to or a TCPv4/v6 address to . Connections to this socket will return various statistics outputs and even allow some commands to be issued to change some runtime settings. Please - consult section 9.2 "Unix Socket commands" for more details. + consult section 9.2 "Unix Socket commands" of Management Guide for more + details. All parameters supported by "bind" lines are supported, for instance to restrict access to some users or their access rights. Please consult @@ -4233,7 +4234,7 @@ load-server-state-from-file { global | local | none } The format of the file is versionned and is very specific. To understand it, please read the documentation of the "show servers state" command (chapter - 9.2). + 9.2 of Management Guide). Arguments: global load the content of the file pointed by the global directive -- 2.39.5