r205: Remove examples (they were only a leftover from the manpage I based it
authoryoe <yoe>
Tue, 24 Oct 2006 20:05:17 +0000 (20:05 +0000)
committeryoe <yoe>
Tue, 24 Oct 2006 20:05:17 +0000 (20:05 +0000)
on) and document the "none" virtstyle, too.

nbd-server.5.sgml

index c1066ed..52378f3 100644 (file)
@@ -363,6 +363,16 @@ manpage.1: manpage.sgml
          </para>
          <variablelist>
            <varlistentry>
+             <term><option>none</option></term>
+             <listitem>
+               <para>
+                 No virtualization. Will attempt to open the filename
+                 as it was written, even if it contains '%s' in the
+                 name.
+               </para>
+             </listitem>
+           </varlistentry>
+           <varlistentry>
              <term><option>ipliteral</option></term>
              <listitem>
                <para>
@@ -420,27 +430,6 @@ manpage.1: manpage.sgml
 
   </refsect1>
   <refsect1>
-    <title>EXAMPLES</title>
-    <para>Some examples of nbd-server usage:</para>
-    <itemizedlist mark="none">
-      <listitem>
-       <para>To export a file /export/nbd/exp-bl-dev on port 2000:</para>
-       <para><command>nbd-server 2000 /export/nbd/exp-bl-dev</command></para>
-      </listitem>
-      <listitem>
-       <para>To export a the same file read-only:</para>
-       <para><command>nbd-server 2000 /export/nbd/exp-bl-dev -r</command></para>
-      </listitem>
-      <listitem>
-       <para>To export the same file read-write, but make sure
-         changes are lost after restarting the client or the
-         server:</para>
-       <para><command>nbd-server 2000 /export/nbd/exp-bl-dev
-         -c</command></para>
-      </listitem>
-    </itemizedlist>
-  </refsect1>
-  <refsect1>
     <title>SEE ALSO</title>
 
     <para>nbd-server (1), nbd-client (8),