Changeset 99b1c520


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

Location:
postlfs/filesystems
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/ext3.xml

    r3aa07d1 r99b1c520  
    1717
    1818  <para>Ext3 is a journaling file system that is an extension to the ext2
    19   file system. It is backward compatible with ext2 and the conversion from 
     19  file system. It is backward compatible with ext2 and the conversion from
    2020  ext2 to ext3 is trivial.</para>
    2121
     
    2424
    2525  <para>When building the kernel, ensure that you have compiled in ext3
    26   support.  If you want your root partition to be ext3, then compile the ext3 
    27   support in the kernel, else you may compile it as a module. Recompile the 
     26  support.  If you want your root partition to be ext3, then compile the ext3
     27  support in the kernel, else you may compile it as a module. Recompile the
    2828  kernel if needed.</para>
    2929
    30   <para>Edit your <filename>/etc/fstab</filename>. For each partition that you 
    31   want to convert into ext3, edit the entry so that it looks similar to the 
     30  <para>Edit your <filename>/etc/fstab</filename>. For each partition that you
     31  want to convert into ext3, edit the entry so that it looks similar to the
    3232  following line.</para>
    3333
    3434<screen><literal>/dev/hd<replaceable>[XX]</replaceable> /mnt_point ext3 defaults 1 0</literal></screen>
    3535
    36   <para>In the above line, replace 
     36  <para>In the above line, replace
    3737  <filename>/dev/hd<replaceable>[XX]</replaceable></filename> by the
    38   partition (e.g., <filename>/dev/hda2</filename>), 
    39   <filename class="directory">/mnt_point</filename> by the mount point (e.g., 
    40   <filename class="directory">/home</filename>). The <option>0</option> in the 
    41   last field ensures that the partition will not be checked for 
    42   consistency during the boot process  by the <command>checkfs</command> script. 
     38  partition (e.g., <filename>/dev/hda2</filename>),
     39  <filename class="directory">/mnt_point</filename> by the mount point (e.g.,
     40  <filename class="directory">/home</filename>). The <option>0</option> in the
     41  last field ensures that the partition will not be checked for
     42  consistency during the boot process  by the <command>checkfs</command> script.
    4343  You may replace the <option>ext3</option> fs type in the above by
    44   <option>auto</option> if you want to ensure that the partition is mounted 
     44  <option>auto</option> if you want to ensure that the partition is mounted
    4545  if you accidentally skip enabling the ext3 support in the kernel.</para>
    4646
    4747  <para>For each partition that you have converted to ext3 in <filename>
    48   /etc/fstab</filename>, enable the journal for the partition by running the 
     48  /etc/fstab</filename>, enable the journal for the partition by running the
    4949  following command.</para>
    5050
  • 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">
  • postlfs/filesystems/xfs.xml

    r3aa07d1 r99b1c520  
    3030    <title>Introduction to XFS</title>
    3131
    32     <para>The <application>XFS</application> package contains administration 
     32    <para>The <application>XFS</application> package contains administration
    3333    and debugging tools for the XFS file system.</para>
    3434
     
    6161
    6262    <note>
    63       <para>If you did not install the 
     63      <para>If you did not install the
    6464      <ulink url="&lfs-root;/chapter06/e2fsprogs.html">E2fsprogs</ulink>
    65       package in LFS, you must install it, or 
    66       <ulink url="http://pecl.php.net/get/uuid-1.0.tgz">UUID</ulink> before 
     65      package in LFS, you must install it, or
     66      <ulink url="http://pecl.php.net/get/uuid-1.0.tgz">UUID</ulink> before
    6767      proceeding with the installation of <application>XFS</application>.</para>
    6868    </note>
    6969
    70     <para>Install <application>XFS</application> by running the following 
     70    <para>Install <application>XFS</application> by running the following
    7171    commands:</para>
    7272
     
    8989
    9090      <seglistitem>
    91         <seg>fsck.xfs, mkfs.xfs, xfs_admin, xfs_bmap, xfs_check, xfs_copy, 
    92         xfs_db, xfs_freeze, xfs_growfs, xfs_info, xfs_io, xfs_logprint, 
     91        <seg>fsck.xfs, mkfs.xfs, xfs_admin, xfs_bmap, xfs_check, xfs_copy,
     92        xfs_db, xfs_freeze, xfs_growfs, xfs_info, xfs_io, xfs_logprint,
    9393        xfs_mkfile, xfs_ncheck, xfs_repair, and xfs_rtcp</seg>
    9494        <seg>libhandle.so</seg>
     
    105105        <term><command>fsck.xfs</command></term>
    106106        <listitem>
    107           <para>simply exits with a zero status, since XFS 
     107          <para>simply exits with a zero status, since XFS
    108108          partitions are checked at mount time.</para>
    109109          <indexterm zone="xfs fsck.xfs">
     
    156156        <term><command>xfs_copy</command></term>
    157157        <listitem>
    158           <para>copies the contents of an XFS file system 
     158          <para>copies the contents of an XFS file system
    159159          to one or more targets in parallel.</para>
    160160          <indexterm zone="xfs xfs_copy">
     
    197197        <term><command>xfs_info</command></term>
    198198        <listitem>
    199           <para>is equivalent to invoking <command>xfs_growfs</command>, but 
     199          <para>is equivalent to invoking <command>xfs_growfs</command>, but
    200200          specifying that no change to the file system is to be made.</para>
    201201          <indexterm zone="xfs xfs_info">
     
    208208        <term><command>xfs_io</command></term>
    209209        <listitem>
    210           <para>is a debugging tool like <command>xfs_db</command>, but is 
    211           aimed at examining the regular file I/O path rather than the raw 
     210          <para>is a debugging tool like <command>xfs_db</command>, but is
     211          aimed at examining the regular file I/O path rather than the raw
    212212          XFS volume itself.</para>
    213213          <indexterm zone="xfs xfs_io">
     
    240240        <term><command>xfs_ncheck</command></term>
    241241        <listitem>
    242           <para>generates pathnames from inode numbers for an 
     242          <para>generates pathnames from inode numbers for an
    243243          XFS file system.</para>
    244244          <indexterm zone="xfs xfs_ncheck">
     
    261261        <term><command>xfs_rtcp</command></term>
    262262        <listitem>
    263           <para>copies a file to the real-time partition on an 
     263          <para>copies a file to the real-time partition on an
    264264          XFS file system.</para>
    265265          <indexterm zone="xfs xfs_rtcp">
     
    272272        <term><filename class='libraryfile'>libhandle.so</filename></term>
    273273        <listitem>
    274           <para>contains functions to map filesystem handles to a 
     274          <para>contains functions to map filesystem handles to a
    275275          corresponding open file descriptor for that filesystem.</para>
    276276          <indexterm zone="xfs libhandle">
Note: See TracChangeset for help on using the changeset viewer.