1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 12:49:02 +00:00

Copyediting of environment variables.

This commit is contained in:
david
2013-08-06 22:24:33 +00:00
parent 375e70c7e4
commit acb9538b8e

View File

@@ -498,37 +498,20 @@
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><envar>NCAT_REMOTE_ADDR</envar></term> <term><envar>NCAT_REMOTE_ADDR</envar></term>
<listitem>
<para>
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.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><envar>NCAT_REMOTE_PORT</envar></term> <term><envar>NCAT_REMOTE_PORT</envar></term>
<listitem> <listitem>
<para> <para>
the remote port number, where "remote" The IP address and port number of the remote host. In connect mode, it's
means the same as above. the target's address; in listen mode, it's the client's address.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><envar>NCAT_LOCAL_ADDR</envar></term> <term><envar>NCAT_LOCAL_ADDR</envar></term>
<listitem>
<para>
our local address used for
establishing/receiving the connection.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><envar>NCAT_LOCAL_PORT</envar></term> <term><envar>NCAT_LOCAL_PORT</envar></term>
<listitem> <listitem>
<para> <para>
our local port number. The IP address and port number of the local end of the connection.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@@ -536,7 +519,7 @@
<term><envar>NCAT_PROTO</envar></term> <term><envar>NCAT_PROTO</envar></term>
<listitem> <listitem>
<para> <para>
the protocol name - TCP, UDP or SCTP The protocol in use: one of <code>TCP</code>, <code>UDP</code>, and <code>SCTP</code>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>