This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 595dbf5  Doc: tcpinfo plugin table formatting (#7805)
595dbf5 is described below

commit 595dbf5f21807ba8a994f78f6885595605b52af8
Author: mlibbey <[email protected]>
AuthorDate: Mon May 10 14:57:46 2021 -0700

    Doc: tcpinfo plugin table formatting (#7805)
    
    Prechange, the rst table showed as unformatted "==="s
    and run on sentences.
    
    (cherry picked from commit 4b8a3b95315705d3a62313e1ea29b59cc537dee4)
---
 doc/admin-guide/plugins/tcpinfo.en.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/admin-guide/plugins/tcpinfo.en.rst 
b/doc/admin-guide/plugins/tcpinfo.en.rst
index 6c806e8..09f87d0 100644
--- a/doc/admin-guide/plugins/tcpinfo.en.rst
+++ b/doc/admin-guide/plugins/tcpinfo.en.rst
@@ -98,11 +98,13 @@ The following options may be specified in 
:file:`plugin.config`:
 
   In addition, on newer Linux system, the following two fields are appended
   in log level 2:
+
   ==============    ==================================================
   Field Name        Description
   ==============    ==================================================
   data_segs_in      Number of incoming data segments
   data_segs_out     Number of outgoing data segments
+  ==============    ==================================================
 
   Note: Features such as TSO (TCP Segment Offload) might skew the numbers
   here. That's true as well for e.g. the retransmit metrics, i.e. anything

Reply via email to