Track #104: Allow * as shortcut for any local interface
diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html
index c83f964..7d110ca 100644
--- a/org.jacoco.doc/docroot/doc/agent.html
+++ b/org.jacoco.doc/docroot/doc/agent.html
@@ -148,9 +148,11 @@
       <td><code>address</code></td>

       <td>IP address or hostname to bind to when the output method is

           <code>tcpserver</code> or connect to when the output method is

-          <code>tcpclient</code>.

+          <code>tcpclient</code>. In <code>tcpserver</code> mode the value

+          "<code>*</code>" causes the agent to accept connections on any local

+          address.

       </td>

-      <td><code>localhost</code></td>

+      <td><i>loopback interface</i></td>

     </tr>

     <tr>

       <td><code>port</code></td>