Ignore:
Timestamp:
05/30/2005 09:58:03 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0afcfa88
Parents:
3aa07d1
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/reiser.xml

    r3aa07d1 r99b1c520  
    3030    <title>Introduction to ReiserFS</title>
    3131
    32     <para>The <application>ReiserFS</application> package contains various 
     32    <para>The <application>ReiserFS</application> package contains various
    3333    utilities for use with the Reiser file system.</para>
    3434
     
    6060    <title>Installation of ReiserFS</title>
    6161
    62     <para>Install <application>ReiserFS</application> by running the following 
     62    <para>Install <application>ReiserFS</application> by running the following
    6363    commands:</para>
    6464
     
    7979    <para><parameter>--prefix=/usr</parameter>: This ensures that
    8080    the manual pages are installed in the correct location while still
    81     installing the programs in <filename class="directory">/sbin</filename> as 
     81    installing the programs in <filename class="directory">/sbin</filename> as
    8282    they should be.</para>
    8383
    8484    <para><parameter>--sbindir=/sbin</parameter>: This ensures that the
    85     <application>ReiserFS</application> utilities are installed in 
     85    <application>ReiserFS</application> utilities are installed in
    8686    <filename class="directory">/sbin</filename> as they should be.</para>
    8787
     
    9797
    9898      <seglistitem>
    99         <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and 
     99        <seg>debugreiserfs, mkreiserfs, reiserfsck, reiserfstune, and
    100100        resize_reiserfs</seg>
    101101        <seg>None</seg>
     
    112112        <term><command>debugreiserfs</command></term>
    113113        <listitem>
    114           <para>can sometimes help to solve problems with 
    115           <application>ReiserFS</application> file systems. If it is called 
    116           without options, it prints the super block of any reiserfs file 
     114          <para>can sometimes help to solve problems with
     115          <application>ReiserFS</application> file systems. If it is called
     116          without options, it prints the super block of any reiserfs file
    117117          system found on the device.</para>
    118118          <indexterm zone="reiserfs debugreiserfs">
     
    135135        <term><command>reiserfsck</command></term>
    136136        <listitem>
    137           <para>is used to check or repair a 
     137          <para>is used to check or repair a
    138138          <application>ReiserFS</application> file system.</para>
    139139          <indexterm zone="reiserfs reiserfsck">
     
    147147        <listitem>
    148148          <para>is used for tuning the <application>ReiserFS</application>
    149           journal. <emphasis>WARNING</emphasis>: Don't use this utility without 
     149          journal. <emphasis>WARNING</emphasis>: Don't use this utility without
    150150          first reading the man page thoroughly.</para>
    151151          <indexterm zone="reiserfs reiserfstune">
     
    158158        <term><command>resize_reiserfs</command></term>
    159159        <listitem>
    160           <para>is used to resize an unmounted 
     160          <para>is used to resize an unmounted
    161161          <application>ReiserFS</application> file system.</para>
    162162          <indexterm zone="reiserfs resize_reiserfs">
Note: See TracChangeset for help on using the changeset viewer.