From af75c9f6da1c35d03dcaf3edf7883ca1e778b84d Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Fri, 31 Mar 2006 02:50:54 +0000 Subject: [PATCH] update portmon docs git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@617 7f574dfc-610e-0410-a909-a81674777703 --- README | 4 ++++ doc/conky.1 | 4 ++++ doc/variables.xml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/README b/README index 2e81e128..6a6c9624 100644 --- 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 diff --git a/doc/conky.1 b/doc/conky.1 index e866cf0e..2494cdcc 100644 --- a/doc/conky.1 +++ b/doc/conky.1 @@ -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. diff --git a/doc/variables.xml b/doc/variables.xml index 3560e9e2..6aed052d 100644 --- a/doc/variables.xml +++ b/doc/variables.xml @@ -984,10 +984,14 @@ 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.