diff options
author | Michi Henning <michi@zeroc.com> | 2006-08-15 06:52:24 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-08-15 06:52:24 +0000 |
commit | b377a0ff2acae8fb2f56d141d5889ba632e59ddc (patch) | |
tree | e5c8085b2611cbb0c223c462b7e9bb0958503308 /cpp | |
parent | fix for VC6.0 (diff) | |
download | ice-b377a0ff2acae8fb2f56d141d5889ba632e59ddc.tar.bz2 ice-b377a0ff2acae8fb2f56d141d5889ba632e59ddc.tar.xz ice-b377a0ff2acae8fb2f56d141d5889ba632e59ddc.zip |
Fixed -h 0.0.0.0 explanation.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/ProxiesEndpoints.sgml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cpp/doc/ProxiesEndpoints.sgml b/cpp/doc/ProxiesEndpoints.sgml index d88555d696d..35a0c238a84 100644 --- a/cpp/doc/ProxiesEndpoints.sgml +++ b/cpp/doc/ProxiesEndpoints.sgml @@ -246,8 +246,7 @@ the host name as returned by <literal>gethostname()</literal> is used.</entry> listens for connections, as well as the host name or IP address that is advertised in proxies created by the adapter. If not specified, (or specified as <literal>-h *</literal> or <literal>-h 0.0.0.0</literal>), the adapter listens on all network interfaces -except for the loopback interface (except if no network interfaces are found, in -which case the adapter listens only on the loopback interface).</entry> +(including the loopback interface).</entry> </row> <row> <entry>-p <replaceable>port</replaceable></entry> @@ -352,8 +351,7 @@ the host name as returned by <literal>gethostname()</literal> is used.</entry> listens for datagrams, as well as the host name or IP address that is advertised in proxies created by this adapter. If not specified, (or specified as <literal>-h *</literal> or <literal>-h 0.0.0.0</literal>), the adapter listens on all network interfaces -except for the loopback interface (except if no network interfaces are found, in -which case the adapter listens only on the loopback interface).</entry> +(including the loopback interface).</entry> </row> <row> <entry>-p <replaceable>port</replaceable></entry> @@ -425,8 +423,7 @@ listens for connections, as well as the host name or IP address that is advertised in proxies created by this adapter. If not specified, (or specified as <literal>-h *</literal> or <literal>-h 0.0.0.0</literal>), the adapter listens on all network interfaces -except for the loopback interface (except if no network interfaces are found, in -which case the adapter listens only on the loopback interface).</entry> +(including the loopback interface).</entry> </row> <row> <entry>-p <replaceable>port</replaceable></entry> |