Ignore:
Timestamp:
03/25/2020 09:46:27 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f716ef4
Parents:
9bd10279
Message:

format filesystems chapter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22895 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/reiser.xml

    r9bd10279 r29244b7  
    3030    <title>Introduction to reiserfsprogs</title>
    3131
    32     <para>The <application>reiserfsprogs</application> package contains various
    33     utilities for use with the Reiser file system.</para>
     32    <para>
     33      The <application>reiserfsprogs</application> package contains various
     34      utilities for use with the Reiser file system.
     35    </para>
    3436
    3537    &lfs91_checked;
     
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&reiser-download-http;"/></para>
    41       </listitem>
    42       <listitem>
    43         <para>Download (FTP): <ulink url="&reiser-download-ftp;"/></para>
    44       </listitem>
    45       <listitem>
    46         <para>Download MD5 sum: &reiser-md5sum;</para>
    47       </listitem>
    48       <listitem>
    49         <para>Download size: &reiser-size;</para>
    50       </listitem>
    51       <listitem>
    52         <para>Estimated disk space required: &reiser-buildsize;</para>
    53       </listitem>
    54       <listitem>
    55         <para>Estimated build time: &reiser-time;</para>
     42        <para>
     43          Download (HTTP): <ulink url="&reiser-download-http;"/>
     44        </para>
     45      </listitem>
     46      <listitem>
     47        <para>
     48          Download (FTP): <ulink url="&reiser-download-ftp;"/>
     49        </para>
     50      </listitem>
     51      <listitem>
     52        <para>
     53          Download MD5 sum: &reiser-md5sum;
     54        </para>
     55      </listitem>
     56      <listitem>
     57        <para>
     58          Download size: &reiser-size;
     59        </para>
     60      </listitem>
     61      <listitem>
     62        <para>
     63          Estimated disk space required: &reiser-buildsize;
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>
     68          Estimated build time: &reiser-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    6579    <title>Kernel Configuration</title>
    6680
    67     <para>Enable the following option in the kernel configuration
    68     and recompile the kernel:</para>
     81    <para>
     82      Enable the following option in the kernel configuration
     83      and recompile the kernel:
     84    </para>
    6985
    7086<screen><literal>File systems ---&gt;
     
    8096    <title>Installation of reiserfsprogs</title>
    8197
    82     <para>Install <application>reiserfsprogs</application> by running the following
    83     commands:</para>
     98    <para>
     99      Install <application>reiserfsprogs</application> by running the following
     100      commands:
     101    </para>
    84102
    85103<screen><userinput>sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c &amp;&amp;
     
    90108make</userinput></screen>
    91109
    92     <para>This package does not come with a test suite.</para>
    93 
    94     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     110    <para>
     111      This package does not come with a test suite.
     112    </para>
     113
     114    <para>
     115      Now, as the <systemitem class="username">root</systemitem> user:
     116    </para>
    95117
    96118<screen role="root"><userinput>make install</userinput></screen>
     
    138160        <term><command>debugreiserfs</command></term>
    139161        <listitem>
    140           <para>can sometimes help to solve problems with
    141           <application>ReiserFS</application> file systems. If it is called
    142           without options, it prints the super block of any
    143           <application>ReiserFS</application> file
    144           system found on the device.</para>
     162          <para>
     163            can sometimes help to solve problems with
     164            <application>ReiserFS</application> file systems. If it is called
     165            without options, it prints the super block of any
     166            <application>ReiserFS</application> file
     167            system found on the device.
     168          </para>
    145169          <indexterm zone="reiserfs debugreiserfs">
    146170            <primary sortas="b-debugreiserfs">debugreiserfs</primary>
     
    152176        <term><command>mkreiserfs</command></term>
    153177        <listitem>
    154           <para>creates a <application>ReiserFS</application> file system.</para>
     178          <para>
     179            creates a <application>ReiserFS</application> file system.
     180          </para>
    155181          <indexterm zone="reiserfs mkreiserfs">
    156182            <primary sortas="b-mkreiserfs">mkreiserfs</primary>
     
    162188        <term><command>reiserfsck</command></term>
    163189        <listitem>
    164           <para>is used to check or repair a
    165           <application>ReiserFS</application> file system.</para>
     190          <para>
     191            is used to check or repair a
     192            <application>ReiserFS</application> file system.
     193          </para>
    166194          <indexterm zone="reiserfs reiserfsck">
    167195            <primary sortas="b-reiserfsck">reiserfsck</primary>
     
    173201        <term><command>reiserfstune</command></term>
    174202        <listitem>
    175           <para>is used for tuning the <application>ReiserFS</application>
    176           journal. <emphasis>WARNING</emphasis>: Don't use this utility without
    177           first reading the man page thoroughly.</para>
     203          <para>
     204            is used for tuning the <application>ReiserFS</application>
     205            journal. <emphasis>WARNING</emphasis>: Don't use this utility
     206            without first reading the man page thoroughly.
     207          </para>
    178208          <indexterm zone="reiserfs reiserfstune">
    179209            <primary sortas="b-reiserfstune">reiserfstune</primary>
     
    185215        <term><command>resize_reiserfs</command></term>
    186216        <listitem>
    187           <para>is used to resize an unmounted
    188           <application>ReiserFS</application> file system.</para>
     217          <para>
     218            is used to resize an unmounted
     219            <application>ReiserFS</application> file system.
     220          </para>
    189221          <indexterm zone="reiserfs resize_reiserfs">
    190222            <primary sortas="b-resize_reiserfs">resize_reiserfs</primary>
Note: See TracChangeset for help on using the changeset viewer.