update portmon docs
authorPhilip Kovacs <pkovacs@users.sourceforge.net>
Fri, 31 Mar 2006 02:50:54 +0000 (02:50 +0000)
committerPhilip Kovacs <pkovacs@users.sourceforge.net>
Fri, 31 Mar 2006 02:50:54 +0000 (02:50 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@617 7f574dfc-610e-0410-a909-a81674777703

README
doc/conky.1
doc/variables.xml

diff --git a/README b/README
index 2e81e12..6a6c962 100644 (file)
--- a/README
+++ b/README
@@ -828,10 +828,14 @@ VARIABLES
 
              rport - remote port number
 
+             rservice - remote service name from /etc/services
+
              lip - local ip address
 
              lhost - local host name
 
+             lport - local port number
+
              lservice - local service name from /etc/services
 
              The connection index provides you with access to each connection
index e866cf0..2494cdc 100644 (file)
@@ -752,10 +752,14 @@ rhost - remote host name
 
 rport - remote port number
 
+rservice - remote service name from /etc/services
+
 lip - local ip address
 
 lhost - local host name
 
+lport - local port number
+
 lservice - local service name from /etc/services
 
 The connection index provides you with access to each connection in the port monitor. The monitor will return information for index values from 0 to n-1 connections. Values higher than n-1 are simply ignored. For the "count" item, the connection index must be omitted. It is required for all other items.
index 3560e9e..6aed052 100644 (file)
                                </member>
                        <member><command>rport</command> - remote port number
                                </member>
+                       <member><command>rservice</command> - remote service name from /etc/services
+                               </member>
                        <member><command>lip</command> - local ip address
                                </member>
                        <member><command>lhost</command> - local host name
                                </member>
+                       <member><command>lport</command> - local port number
+                               </member>
                        <member><command>lservice</command> - local service name from /etc/services
                                </member>
                </simplelist>The connection index provides you with access to each connection in the port monitor.  The monitor will return information for index values from 0 to n-1 connections.  Values higher than n-1 are simply ignored.  For the "count" item, the connection index must be omitted.  It is required for all other items.