From c822b1777230cd48fab63e7661d627405b19a9df Mon Sep 17 00:00:00 2001 From: david Date: Tue, 6 Aug 2013 22:24:37 +0000 Subject: [PATCH] indexterms for environment variables. --- ncat/docs/ncat.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ncat/docs/ncat.xml b/ncat/docs/ncat.xml index a0702f104..9cfabf18b 100644 --- a/ncat/docs/ncat.xml +++ b/ncat/docs/ncat.xml @@ -497,8 +497,8 @@ All exec options add the following variables to the child's environment: - NCAT_REMOTE_ADDR - NCAT_REMOTE_PORT + NCAT_REMOTE_ADDRNCAT_REMOTE_ADDR> environment variable + NCAT_REMOTE_PORTNCAT_REMOTE_PORT> environment variable The IP address and port number of the remote host. In connect mode, it's @@ -507,8 +507,8 @@ - NCAT_LOCAL_ADDR - NCAT_LOCAL_PORT + NCAT_LOCAL_ADDRNCAT_LOCAL_ADDR> environment variable + NCAT_LOCAL_PORTNCAT_LOCAL_PORT> environment variable The IP address and port number of the local end of the connection. @@ -516,7 +516,7 @@ - NCAT_PROTO + NCAT_PROTONCAT_PROTO> environment variable The protocol in use: one of TCP, UDP, and SCTP.