Prepare for 2.9.16
[nbd.git] / nbd-client.8.sgml
index 27e11fa..3cc6c8b 100644 (file)
@@ -105,8 +105,9 @@ manpage.1: manpage.sgml
       <varlistentry>
        <term><option>host</option></term>
        <listitem>
-         <para>The hostname of the machine running
-           <command>nbd-server</command>.</para>
+         <para>The hostname or IP address of the machine running
+           <command>nbd-server</command>. Since 2.9.15, the NBD
+           utilities support IPv6.</para>
        </listitem>
       </varlistentry>
       <varlistentry>
@@ -176,10 +177,9 @@ manpage.1: manpage.sgml
        <term><option>-swap</option></term>
        <listitem>
          <para>Specifies that this NBD device will be used as
-           swapspace. If you intend to do that, please use this
-           option to prevent deadlocks. You'll need a special kernel
-           patch, available at NBD's homepage:
-           http://atrey.karlin.mff.cuni.cz/~pavel</para>
+         swapspace. This option attempts to prevent deadlocks by
+         performing mlockall() at an appropriate time. It does not
+         however guarantee that such deadlocks can be avoided.</para>
        </listitem>
       </varlistentry>
       <varlistentry>
@@ -198,9 +198,9 @@ manpage.1: manpage.sgml
       <listitem>
        <para>To connect to a server running on port 2000 at host
          "server.domain.com", using the client's block special file
-         "/dev/nb0":</para>
+         "/dev/nbd0":</para>
        <para><command>nbd-client server.domain.com 2000
-         /dev/nb0</command></para>
+         /dev/nbd0</command></para>
       </listitem>
       <listitem>
        <para>To connect to a server running on port 2001 at host