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.