r152: It's subversion now.
[nbd.git] / nbd-client.8.sgml
index 10cf06e..8e9f3c1 100644 (file)
@@ -13,7 +13,7 @@ manpage.1: manpage.sgml
   <!ENTITY dhfirstname "<firstname>Wouter</firstname>">
   <!ENTITY dhsurname   "<surname>Verhelst</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>september 19, 2001</date>">
+  <!ENTITY dhdate      "<date>$Date$</date>">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1). -->
   <!ENTITY dhsection   "<manvolnum>8</manvolnum>">
@@ -142,14 +142,14 @@ manpage.1: manpage.sgml
        <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>
-       <para><command>nbd-client 2000 server.domain.com
+       <para><command>nbd-client server.domain.com 2000
          /dev/nd0</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 2001 swapserver.domain.com /dev/nd1
+       <para><command>nbd-client swapserver.domain.com 2001 /dev/nd1
          -swap</command></para>
       </listitem>
       <listitem>
@@ -167,14 +167,18 @@ manpage.1: manpage.sgml
   </refsect1>
   <refsect1>
     <title>AUTHOR</title>
+    <para>The NBD kernel module and the NBD tools have been written by
+    Pavel Macheck (pavel@ucw.cz).</para>
+
+    <para>The kernel module is now maintained by Paul Clements
+    (Paul.Clements@steeleye.com), while the userland tools are maintained by
+    Wouter Verhelst (wouter@debian.org)</para>
 
     <para>This manual page was written by &dhusername; (&dhemail;) for
     the &debian; system (but may be used by others).  Permission is
     granted to copy, distribute and/or modify this document under the
-    terms of the <acronym>GNU</acronym> Free Documentation License,
-    Version 1.1 or any later version published by the Free Software
-    Foundation; with no Invariant Sections, no Front-Cover Texts and
-    no Back-Cover Texts.</para>
+    terms of the <acronym>GNU</acronym> General Public License,
+    version 2, as published by the Free Software Foundation.</para>
 
   </refsect1>
 </refentry>