Use correct names
authorWouter Verhelst <w@uter.be>
Mon, 14 Jun 2010 20:48:13 +0000 (22:48 +0200)
committerWouter Verhelst <w@uter.be>
Mon, 14 Jun 2010 20:48:13 +0000 (22:48 +0200)
The kernel uses /dev/nbdX rather than /dev/nbX. MAKEDEV used to be
different at some point, but no more.

nbd-client.8.in
nbd-client.8.sgml

index 9ccf65f..78d9776 100644 (file)
@@ -3,7 +3,7 @@
 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 .\" Please send any bug reports, improvements, comments, patches, 
 .\" etc. to Steve Cheng <steve@ggi-project.org>.
 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 .\" Please send any bug reports, improvements, comments, patches, 
 .\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "NBD-CLIENT" "8" "01 April 2010" "" ""
+.TH "NBD-CLIENT" "8" "14 June 2010" "" ""
 
 .SH NAME
 nbd-client \- connect to a server running nbd-server(1), to use its    exported block device
 
 .SH NAME
 nbd-client \- connect to a server running nbd-server(1), to use its    exported block device
@@ -102,10 +102,10 @@ Some examples of nbd-client usage:
 \(bu
 To connect to a server running on port 2000 at host
 "server.domain.com", using the client's block special file
 \(bu
 To connect to a server running on port 2000 at host
 "server.domain.com", using the client's block special file
-"/dev/nb0":
+"/dev/nbd0":
 
 \fBnbd-client server.domain.com 2000
 
 \fBnbd-client server.domain.com 2000
-/dev/nb0\fR
+/dev/nbd0\fR
 .TP 0.2i
 \(bu
 To connect to a server running on port 2001 at host
 .TP 0.2i
 \(bu
 To connect to a server running on port 2001 at host
index 635fc23..3cc6c8b 100644 (file)
@@ -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
       <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
        <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
       </listitem>
       <listitem>
        <para>To connect to a server running on port 2001 at host