r185: Build/documentation fixes from Phillip Hellewell
[nbd.git] / nbd-client.8.sgml
index 8e9f3c1..1c1e6ad 100644 (file)
@@ -141,21 +141,21 @@ 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/nd0":</para>
+         "/dev/nb0":</para>
        <para><command>nbd-client server.domain.com 2000
-         /dev/nd0</command></para>
+         /dev/nb0</command></para>
       </listitem>
       <listitem>
        <para>To connect to a server running on port 2001 at host
          "swapserver.domain.com", using the client's block special
-         file "/dev/nd1", for swap purposes:</para>
-       <para><command>nbd-client swapserver.domain.com 2001 /dev/nd1
+         file "/dev/nb1", for swap purposes:</para>
+       <para><command>nbd-client swapserver.domain.com 2001 /dev/nb1
          -swap</command></para>
       </listitem>
       <listitem>
        <para>To disconnect the above connection again (after making
          sure the block special file is not in use anymore):</para>
-       <para><command>nbd-client -d /dev/nd1</command></para>
+       <para><command>nbd-client -d /dev/nb1</command></para>
       </listitem>
     </itemizedlist>
   </refsect1>