Add nbd-trdump manpage
[nbd.git] / man / nbd-server.1.in.sgml
index 7946c23..7a5832e 100644 (file)
@@ -67,6 +67,7 @@ manpage.1: manpage.sgml
       <arg><option>-o <replaceable>section name</replaceable></option></arg>
       <arg><option>-C <replaceable>config file</replaceable></option></arg>
       <arg><option>-M <replaceable>max connections</replaceable></option></arg>
+      <arg><option>-d</option></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
   <refsect1>
@@ -83,7 +84,7 @@ manpage.1: manpage.sgml
     were a local filesystem.</para>
 
     <para><command>&dhpackage;</command> implements some security
-    through a file called "@sysconfdir@/nbd-server/allow" (by default; a
+    through a file called "$sysconfdir/nbd-server/allow" (by default; a
     different file can be chosen with the '-l' option or through a
     config file specification). This file must list the IP-addresses or
     network masks of clients that are allowed to connect. If it does not
@@ -194,7 +195,7 @@ manpage.1: manpage.sgml
        <listitem>
          <para>Specify configuration file. The default configuration
            file, if this parameter is not specified, is
-           <filename>@sysconfdir@/nbd-server/config</filename>.</para>
+           <filename>$sysconfdir/nbd-server/config</filename>.</para>
          <para>Note that the configuration file is always parsed and
            the entries in the file used, even if an extra server is
            specified on the command line. To disable the configuration
@@ -216,6 +217,12 @@ manpage.1: manpage.sgml
        </listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>-d</option></term>
+       <listitem>
+         <para>Do not fork. Useful for debugging.</para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
        <term><option>host list filename</option></term>
        <listitem>
          <para>This argument should contain a list of IP-addresses
@@ -267,7 +274,7 @@ manpage.1: manpage.sgml
   <refsect1>
     <title>SEE ALSO</title>
     
-    <para>nbd-client (8), nbd-server (5)</para>
+    <para>nbd-client (8), nbd-server (5), nbd-trdump (8)</para>
     
   </refsect1>
   <refsect1>