fix man page formatting issue
[debian/efibootmgr] / src / man / man8 / efibootmgr.8.docbook
index 0eec0f7dfa5c127159961c73d170fa60f8a30480..eb8f266606aafd593fa1555962416cf560ed89a0 100644 (file)
@@ -1,4 +1,3 @@
-
 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
 <!-- This manpage was compiled by dann frazier <email>dannf@debian.org</email>,
@@ -17,7 +16,7 @@
   <!ENTITY manfirstname "<firstname>dann</firstname>">
   <!ENTITY mansurname   "<surname>frazier</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY mandate      "<date>2004-02-05</date>">
+  <!ENTITY mandate      "<date>2005-08-11</date>">
   <!-- SECTION should be 1-8, maybe with subsection. Other parameters are
        allowed: see man(7), man(1). -->
   <!ENTITY mansection   "<manvolnum>8</manvolnum>">
@@ -82,6 +81,7 @@
         <arg>-v</arg>
         <arg>-V</arg>
         <arg>-w</arg>
+        <arg>-@ <replaceable>file</replaceable></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
   <refsect1>
           <para>write unique signature to the MBR if needed</para>
         </listitem>
       </varlistentry>
+      <varlistentry>
+        <term><option>-@</option> |
+        <option>--append-binary-args</option>
+         </term>
+        <listitem>
+          <para>append extra variable args from file (use - to read
+        from stdin).  Data in file is appended as command line
+        arguments to the boot loader command, with no modification to
+        the data, so you can pass any binary or text data necessary.</para>
+        </listitem>
+      </varlistentry>
     </variablelist>
+
   </refsect1>
 
   <refsect1>
           <title>Displaying the current settings (must be root).</title>
           
           <para>
-            <computeroutput>
+            <programlisting>
   [root@localhost ~]# efibootmgr
   BootCurrent: 0004
   BootNext: 0003
   Boot0002* Hard Drive(Device:80)/HD(Part1,Sig00112233)   
   Boot0003* PXE Boot: MAC(00D0B7C15D91)               
   Boot0004* Linux
-            </computeroutput>
+            </programlisting>
           </para>
           <para>This shows:</para>
           <itemizedlist>