From: Wouter Verhelst Date: Mon, 14 Jun 2010 20:48:13 +0000 (+0200) Subject: Use correct names X-Git-Url: http://git.alex.org.uk Use correct names The kernel uses /dev/nbdX rather than /dev/nbX. MAKEDEV used to be different at some point, but no more. --- diff --git a/nbd-client.8.in b/nbd-client.8.in index 9ccf65f..78d9776 100644 --- a/nbd-client.8.in +++ b/nbd-client.8.in @@ -3,7 +3,7 @@ .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.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 @@ -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 -"/dev/nb0": +"/dev/nbd0": \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 diff --git a/nbd-client.8.sgml b/nbd-client.8.sgml index 635fc23..3cc6c8b 100644 --- a/nbd-client.8.sgml +++ b/nbd-client.8.sgml @@ -198,9 +198,9 @@ manpage.1: manpage.sgml 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": nbd-client server.domain.com 2000 - /dev/nb0 + /dev/nbd0 To connect to a server running on port 2001 at host