Patches from Debian
[nbd.git] / nbd-server.1.sgml
index 95ff412..a492875 100644 (file)
@@ -57,15 +57,15 @@ manpage.1: manpage.sgml
     <cmdsynopsis>
       <command>&dhpackage; </command>
 
-      <arg choice=plain><replaceable>port</replaceable</arg>
+      <arg choice=plain><replaceable>[ip:]port</replaceable</arg>
       <arg choice=plain><replaceable>filename</replaceable></arg>
       <arg><replaceable>size</replaceable></arg>
       <arg><option>-r</option></arg>
       <arg><option>-m</option></arg>
       <arg><option>-c</option></arg>
-      <arg><option>-a <replaceable>timeout</replaceable></option></arg>
-      <arg><option>-l <replaceable>host list</replaceable></option></arg>
+      <arg><option>-l <replaceable>host list filename</replaceable></option></arg>
       <arg><option>-o <replaceable>section name</replaceable></option></arg>
+      <arg><option>-C <replaceable>config file</replaceable></option></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
   <refsect1>
@@ -92,6 +92,13 @@ manpage.1: manpage.sgml
     
     <variablelist>
       <varlistentry>
+       <term>ip</term>
+       <listitem>
+         <para>The ip address the server should listen on. If
+         omitted, 0.0.0.0 (aka "any address") is used.</para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>port</option>
         </term>
         <listitem>
@@ -147,9 +154,6 @@ manpage.1: manpage.sgml
            starting by 0 and going up for each file.
          </para>
          <para>
-           The files must all be 1GB in size.
-         </para>
-         <para>
            Allowing more flexibility for this option is planned for
            future versions.</para>
        </listitem>
@@ -179,19 +183,15 @@ manpage.1: manpage.sgml
            file entirely, either move it away or use the -C option to
            point <command>nbd-server</command>(1) to a non-existing or
            empty configuration file.</para>
+         <para>Also note that if an empty, incomplete, or invalid
+           configuration file is specified, nbd-server will produce a
+           warning about failure to parse the config file. If the
+           command line contains a fully specified configuration, this
+           warning is harmless and may be ignored.</para>
        </listitem>
       </varlistentry>
       <varlistentry>
-       <term><option>timeout</option></term>
-       <listitem>
-         <para>Maximum number of idle seconds. If a connection is
-           inactive for this amount of time, it is terminated; this is to
-           avoid stale nbd-server processes staying in memory. Use of
-           this option is strongly recommended.</para>
-       </listitem>
-      </varlistentry>
-      <varlistentry>
-       <term><option>host list</option></term>
+       <term><option>host list filename</option></term>
        <listitem>
          <para>This argument should contain a list of IP-addresses
            for hosts that may connect to the server. Wildcards are