Add 'do not fork' option
[nbd.git] / man / nbd-server.5.in.sgml
index 351fd80..9fb2eff 100644 (file)
@@ -20,7 +20,7 @@ manpage.1: manpage.sgml
   <!ENTITY dhemail     "<email>wouter@debian.org</email>">
   <!ENTITY dhusername  "Wouter Verhelst">
   <!ENTITY dhucpackage "<refentrytitle>NBD-SERVER</refentrytitle>">
-  <!ENTITY dhpackage   "@sysconfdir@/nbd-server/config">
+  <!ENTITY dhpackage   "$sysconfdir/nbd-server/config">
 
   <!ENTITY debian      "<productname>Debian GNU/Linux</productname>">
   <!ENTITY gnu         "<acronym>GNU</acronym>">
@@ -60,11 +60,10 @@ manpage.1: manpage.sgml
   <refsect1>
     <title>DESCRIPTION</title>
 
-    <para><command>&dhpackage;</command> allows to configure the
-    nbd-server.</para>
+    <para>This file allows to configure the nbd-server.</para>
 
     <para>While
-      <filename>@sysconfdir@/nbd-server/config</filename> is the default
+      <filename>$sysconfdir/nbd-server/config</filename> is the default
       configuration file, this can be varied with the <option>-C</option>
       option to <command>nbd-server</command>(1).
     </para>
@@ -209,7 +208,7 @@ manpage.1: manpage.sgml
        <listitem>
          <para>
            Optional; string; default
-           <filename>@sysconfdir@/nbd-server/allow</filename>.
+           <filename>$sysconfdir/nbd-server/allow</filename>.
          </para>
          <para>
            The name of the authorization file for this export. This
@@ -612,8 +611,8 @@ manpage.1: manpage.sgml
   <refsect1>
     <title>SEE ALSO</title>
 
-    <para>nbd-server (1), nbd-client (8),
-      http://nbd.sourceforge.net/roadmap.html</para>
+    <para>nbd-server (1), nbd-client (8)</para>
+      
 
   </refsect1>
   <refsect1>
@@ -656,9 +655,9 @@ manpage.1: manpage.sgml
       [export]
           exportname = /export/blkdev
           port = 12345
-          authfile = @sysconfdir@/nbd-server/allow
+          authfile = $sysconfdir/nbd-server/allow
     </programlisting>
-    <para>With @sysconfdir@/nbd-server/allow containing the following:</para>
+    <para>With $sysconfdir/nbd-server/allow containing the following:</para>
     <programlisting>
       127.0.0.1
       192.168.0.0/8