r272: Fix documentation layout
authoryoe <yoe>
Thu, 26 Jul 2007 14:38:04 +0000 (14:38 +0000)
committeryoe <yoe>
Thu, 26 Jul 2007 14:38:04 +0000 (14:38 +0000)
nbd-server.5.sgml

index ba528b9..d38adc5 100644 (file)
@@ -426,58 +426,58 @@ manpage.1: manpage.sgml
                </para>
              </listitem>
            </varlistentry>
-           <varlistentry>
-             <term><option>prerun</option></term>
-             <listitem>
-               <para>Optional; string</para>
-               <para>
-                 If specified, then this command will be ran after a
-                 client has connected to the server (and has been
-                 accepted), but before the server starts serving. If
-                 the command contains the literal string '%s', then
-                 this string will be replaced by the filename of the
-                 file which nbd-server wants to export.
-               </para>
-               <para>
-                 This is useful to create export files on the fly, or
-                 to verify that a file can be used for export, to
-                 write something to a log file, or similar.
-               </para>
-               <para>
-                 If the command runs with a non-zero exit status,
-                 then nbd-server will assume the export will fail,
-                 and refuse to serve it.
-               </para>
-             </listitem>
-           </varlistentry>
-           <varlistentry>
-             <term><option>postrun</option></term>
-             <listitem>
-               <para>Optional; string</para>
-               <para>
-                 If specified, then it is assumed to be a command
-                 that will be ran when a client has
-                 disconnected. This can be useful to clean up
-                 whatever <option>prerun</option> has set up, to log
-                 something, or similar.
-               </para>
-               <para>
-                 If the literal string '%s' is present in the
-                 command, it will be replaced by the file name that
-                 has just been closed.
-               </para>
-               <para>
-                 In contrast to the <option>prerun</option> option,
-                 the exit state of <option>postrun</option> is
-                 <emphasis>ignored</emphasis>.
-               </para>
-             </listitem>
-           </varlistentry>
          </variablelist>
        </listitem>
       </varlistentry>
+      <varlistentry>
+       <term><option>prerun</option></term>
+       <listitem>
+         <para>Optional; string</para>
+         <para>
+           If specified, then this command will be ran after a
+           client has connected to the server (and has been
+           accepted), but before the server starts serving. If
+           the command contains the literal string '%s', then
+           this string will be replaced by the filename of the
+           file which nbd-server wants to export.
+         </para>
+         <para>
+           This is useful to create export files on the fly, or
+           to verify that a file can be used for export, to
+           write something to a log file, or similar.
+         </para>
+         <para>
+           If the command runs with a non-zero exit status,
+           then nbd-server will assume the export will fail,
+           and refuse to serve it.
+         </para>
+       </listitem>
+      </varlistentry>
+      <varlistentry>
+       <term><option>postrun</option></term>
+       <listitem>
+         <para>Optional; string</para>
+         <para>
+           If specified, then it is assumed to be a command
+           that will be ran when a client has
+           disconnected. This can be useful to clean up
+           whatever <option>prerun</option> has set up, to log
+           something, or similar.
+         </para>
+         <para>
+           If the literal string '%s' is present in the
+           command, it will be replaced by the file name that
+           has just been closed.
+         </para>
+         <para>
+           In contrast to the <option>prerun</option> option,
+           the exit state of <option>postrun</option> is
+           <emphasis>ignored</emphasis>.
+         </para>
+       </listitem>
+      </varlistentry>
     </variablelist>
-
+    
   </refsect1>
   <refsect1>
     <title>SEE ALSO</title>