]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: stats: correct documentation of process ID for typed output
authorSimon Horman <horms@verge.net.au>
Mon, 21 Nov 2016 16:00:24 +0000 (17:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 Nov 2016 21:54:00 +0000 (22:54 +0100)
The process ID appears at the end of the first column rather than
the line.

doc/management.txt

index 751621c0392b034b189c1e240a6f21021b605738..f42c0712012e586a18bd02c382409671bb43f4d9 100644 (file)
@@ -1802,8 +1802,9 @@ show info [typed]
       11.PoolFailed.1:MCP:u32:0
       (...)
 
-  In the typed format, the presence of the process ID at the end of the line
-  makes it very easy to visually aggregate outputs from multiple processes.
+  In the typed format, the presence of the process ID at the end of the
+  first column makes it very easy to visually aggregate outputs from
+  multiple processes.
   Example :
 
       $ ( echo show info typed | socat /var/run/haproxy.sock1 ;    \
@@ -2067,9 +2068,10 @@ show stat [<iid> <type> <sid>] [typed]
         B.3.0.55.lastsess.1:MMP:s32:-1
         (...)
 
-  In the typed format, the presence of the process ID at the end of the line
-  makes it very easy to visually aggregate outputs from multiple processes, as
-  show in the example below where each line appears for each process :
+  In the typed format, the presence of the process ID at the end of the
+  first column makes it very easy to visually aggregate outputs from
+  multiple processes, as show in the example below where each line appears
+  for each process :
 
         $ ( echo show stat typed | socat /var/run/haproxy.sock1 - ; \
             echo show stat typed | socat /var/run/haproxy.sock2 - ) | \