Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/reiser.xml

    rb9d5573a r85a581fd  
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3534    </para>
    3635
    37     &lfs10_checked;
     36    &lfs110a_checked;
    3837
    3938    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    102101
    103102<screen><userinput>sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c &amp;&amp;
    104 autoreconf -fiv             &amp;&amp;
    105 ./configure --prefix=/usr   \
    106             --sbindir=/sbin &amp;&amp;
    107 
     103autoreconf -fiv           &amp;&amp;
     104
     105./configure --prefix=/usr &amp;&amp;
    108106make</userinput></screen>
    109107
     
    128126    </para>
    129127
    130     <para>
    131       <parameter>--sbindir=/sbin</parameter>: This switch ensures that the
     128    <!-- FIXME: Not needed with merged-/usr setup anymore.
     129    <para>
     130      <parameter>- -sbindir=/sbin</parameter>: This switch ensures that the
    132131      <application>reiserfsprogs</application> utilities are installed in
    133132      <filename class="directory">/sbin</filename>.
    134133    </para>
     134    -->
    135135
    136136  </sect2>
     
    165165            without options, it prints the super block of any
    166166            <application>ReiserFS</application> file
    167             system found on the device.
     167            system found on the device
    168168          </para>
    169169          <indexterm zone="reiserfs debugreiserfs">
     
    177177        <listitem>
    178178          <para>
    179             creates a <application>ReiserFS</application> file system.
     179            creates a <application>ReiserFS</application> file system
    180180          </para>
    181181          <indexterm zone="reiserfs mkreiserfs">
     
    190190          <para>
    191191            is used to check or repair a
    192             <application>ReiserFS</application> file system.
     192            <application>ReiserFS</application> file system
    193193          </para>
    194194          <indexterm zone="reiserfs reiserfsck">
     
    204204            is used for tuning the <application>ReiserFS</application>
    205205            journal. <emphasis>WARNING</emphasis>: Don't use this utility
    206             without first reading the man page thoroughly.
     206            without first reading the man page thoroughly
    207207          </para>
    208208          <indexterm zone="reiserfs reiserfstune">
     
    217217          <para>
    218218            is used to resize an unmounted
    219             <application>ReiserFS</application> file system.
     219            <application>ReiserFS</application> file system
    220220          </para>
    221221          <indexterm zone="reiserfs resize_reiserfs">
Note: See TracChangeset for help on using the changeset viewer.