diff --git a/ncat/docs/ncat.xml b/ncat/docs/ncat.xml index 3904795a9..a0702f104 100644 --- a/ncat/docs/ncat.xml +++ b/ncat/docs/ncat.xml @@ -498,37 +498,20 @@ NCAT_REMOTE_ADDR - - - the remote address - in connect mode, - it's the one we're connecting to, in listen mode - it's the one - that connected to us. - - - - NCAT_REMOTE_PORT - the remote port number, where "remote" - means the same as above. + The IP address and port number of the remote host. In connect mode, it's + the target's address; in listen mode, it's the client's address. NCAT_LOCAL_ADDR - - - our local address used for - establishing/receiving the connection. - - - - NCAT_LOCAL_PORT - our local port number. + The IP address and port number of the local end of the connection. @@ -536,7 +519,7 @@ NCAT_PROTO - the protocol name - TCP, UDP or SCTP + The protocol in use: one of TCP, UDP, and SCTP.