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/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.