Ignore:
Timestamp:
02/19/2021 03:20:16 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
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:
eff7423
Parents:
4a80a67
Message:

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/xfsprogs.xml

    r4a80a67 r4c24eb0a  
    186186          <para>
    187187            simply exits with a zero status, since XFS
    188             partitions are checked at mount time.
     188            partitions are checked at mount time
    189189          </para>
    190190          <indexterm zone="xfsprogs fsck.xfs">
     
    198198        <listitem>
    199199          <para>
    200             constructs an XFS file system.
     200            constructs an XFS file system
    201201          </para>
    202202          <indexterm zone="xfsprogs mkfs.xfs">
     
    210210        <listitem>
    211211          <para>
    212             changes the parameters of an XFS file system.
     212            changes the parameters of an XFS file system
    213213          </para>
    214214          <indexterm zone="xfsprogs xfs_admin">
     
    222222        <listitem>
    223223          <para>
    224             prints block mapping for an XFS file.
     224            prints block mapping for an XFS file
    225225          </para>
    226226          <indexterm zone="xfsprogs xfs_bmap">
     
    235235          <para>
    236236            copies the contents of an XFS file system
    237             to one or more targets in parallel.
     237            to one or more targets in parallel
    238238          </para>
    239239          <indexterm zone="xfsprogs xfs_copy">
     
    249249            for each directory argument, estimates the space that directory
    250250            would take if it were copied to an XFS filesystem
    251             (does not cross mount points).
     251            (does not cross mount points)
    252252          </para>
    253253          <indexterm zone="xfsprogs xfs_estimate">
     
    261261        <listitem>
    262262          <para>
    263             is used to debug an XFS file system.
     263            is used to debug an XFS file system
    264264          </para>
    265265          <indexterm zone="xfsprogs xfs_db">
     
    273273        <listitem>
    274274          <para>
    275             suspends access to an XFS file system.
     275            suspends access to an XFS file system
    276276          </para>
    277277          <indexterm zone="xfsprogs xfs_freeze">
     
    288288            mounted filesystems, the reorganization algorithm operates on one
    289289            file at a time, compacting or othewise  improving the layout of the
    290             file extents (contiguous blocks of file data).
     290            file extents (contiguous blocks of file data)
    291291          </para>
    292292          <indexterm zone="xfsprogs xfs_fsr">
     
    300300        <listitem>
    301301          <para>
    302             expands an XFS file system.
     302            expands an XFS file system
    303303          </para>
    304304          <indexterm zone="xfsprogs xfs_growfs">
     
    313313          <para>
    314314            is equivalent to invoking <command>xfs_growfs</command>, but
    315             specifying that no change to the file system is to be made.
     315            specifying that no change to the file system is to be made
    316316          </para>
    317317          <indexterm zone="xfsprogs xfs_info">
     
    327327            is a debugging tool like <command>xfs_db</command>, but is
    328328            aimed at examining the regular file I/O path rather than the raw
    329             XFS volume itself.
     329            XFS volume itself
    330330          </para>
    331331          <indexterm zone="xfsprogs xfs_io">
     
    339339        <listitem>
    340340          <para>
    341             prints the log of an XFS file system.
     341            prints the log of an XFS file system
    342342          </para>
    343343          <indexterm zone="xfsprogs xfs_logprint">
     
    351351        <listitem>
    352352          <para>
    353             restores an XFS metadump image to a filesystem image.
     353            restores an XFS metadump image to a filesystem image
    354354          </para>
    355355          <indexterm zone="xfsprogs xfs_mdrestore">
     
    363363        <listitem>
    364364          <para>
    365             copies XFS filesystem metadata to a file.
     365            copies XFS filesystem metadata to a file
    366366          </para>
    367367          <indexterm zone="xfsprogs xfs_metadump">
     
    375375        <listitem>
    376376          <para>
    377             creates an XFS file, padded with zeroes by default.
     377            creates an XFS file, padded with zeroes by default
    378378          </para>
    379379          <indexterm zone="xfsprogs xfs_mkfile">
     
    388388          <para>
    389389            generates pathnames from inode numbers for an
    390             XFS file system.
     390            XFS file system
    391391          </para>
    392392          <indexterm zone="xfsprogs xfs_ncheck">
     
    401401          <para>
    402402            is a utility for reporting and editing various
    403             aspects of filesystem quota.
     403            aspects of filesystem quota
    404404          </para>
    405405          <indexterm zone="xfsprogs xfs_quota">
     
    413413        <listitem>
    414414          <para>
    415             repairs corrupt or damaged XFS file systems.
     415            repairs corrupt or damaged XFS file systems
    416416          </para>
    417417          <indexterm zone="xfsprogs xfs_repair">
     
    426426          <para>
    427427            copies a file to the real-time partition on an
    428             XFS file system.
     428            XFS file system
    429429          </para>
    430430          <indexterm zone="xfsprogs xfs_rtcp">
     
    439439          <para>
    440440            checks and repairs the contents of a mounted
    441             XFS file system.
     441            XFS file system
    442442          </para>
    443443          <indexterm zone="xfsprogs xfs_scrub">
     
    451451        <listitem>
    452452          <para>
    453             scrubs all mounted XFS file systems.
     453            scrubs all mounted XFS file systems
    454454          </para>
    455455          <indexterm zone="xfsprogs xfs_scrub_all">
     
    464464          <para>
    465465            reports and controls free space usage in an
    466             XFS file system.
     466            XFS file system
    467467          </para>
    468468          <indexterm zone="xfsprogs xfs_spaceman">
     
    478478            contains XFS-specific functions that provide a way to perform
    479479            certain filesystem  operations without using a file descriptor to
    480             access filesystem objects.
     480            access filesystem objects
    481481          </para>
    482482          <indexterm zone="xfsprogs libhandle">
Note: See TracChangeset for help on using the changeset viewer.