Ignore:
Timestamp:
03/02/2016 03:44:14 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
56afb2fe
Parents:
1b29dcac
Message:

Grammar fixes in sg3_utils command descriptions, based on systemd r17015.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/sg3_utils.xml

    r1b29dcac rb69a5a5  
    154154        <listitem>
    155155          <para>
    156             access Linux SCSI logging level information.
     156            accesses Linux SCSI logging level information.
    157157          </para>
    158158          <indexterm zone="sg3_utils scsi_logging_level">
     
    166166        <listitem>
    167167          <para>
    168             check SCSI device support for mandatory commands.
     168            checks SCSI device support for mandatory commands.
    169169          </para>
    170170          <indexterm zone="sg3_utils scsi_mandat">
     
    178178        <listitem>
    179179          <para>
    180             do SCSI READ CAPACITY command on disks.
     180            does the SCSI READ CAPACITY command on disks.
    181181          </para>
    182182          <indexterm zone="sg3_utils scsi_readcap">
     
    190190        <listitem>
    191191          <para>
    192             do SCSI TEST UNIT READY on devices.
     192            does the SCSI TEST UNIT READY on devices.
    193193          </para>
    194194          <indexterm zone="sg3_utils scsi_ready">
     
    202202        <listitem>
    203203          <para>
    204             check SCSI to ATA Translation (SAT) device support.
     204            checks for SCSI to ATA Translation (SAT) device support.
    205205          </para>
    206206          <indexterm zone="sg3_utils scsi_satl">
     
    214214        <listitem>
    215215          <para>
    216             start one or more SCSI disks.
     216            starts one or more SCSI disks.
    217217          </para>
    218218          <indexterm zone="sg3_utils scsi_start">
     
    226226        <listitem>
    227227          <para>
    228             stop one or more SCSI disks.
     228            stops one or more SCSI disks.
    229229          </para>
    230230          <indexterm zone="sg3_utils scsi_stop">
     
    238238        <listitem>
    239239          <para>
    240             fetch the temperature of a SCSI device.
     240            fetches the temperature of a SCSI device.
    241241          </para>
    242242          <indexterm zone="sg3_utils scsi_temperature">
     
    313313        <listitem>
    314314          <para>
    315             format or resize a SCSI disk (perhaps change its block size).
     315            formats or resizes a SCSI disk (perhaps changes its block size).
    316316          </para>
    317317          <indexterm zone="sg3_utils sg_format">
     
    535535        <listitem>
    536536          <para>
    537             Display or Modify RDAC Redundant Controller Page.
     537            displays or modifies RDAC Redundant Controller Page.
    538538          </para>
    539539          <indexterm zone="sg3_utils sg_rdac">
     
    547547        <listitem>
    548548          <para>
    549             read blocks of data continually from same offset.
     549            reads blocks of data continually from the same offset.
    550550          </para>
    551551          <indexterm zone="sg3_utils sg_read">
     
    631631        <listitem>
    632632          <para>
    633             sends SCSI REPORT ZONES command.
     633            sends a SCSI REPORT ZONES command.
    634634          </para>
    635635          <indexterm zone="sg3_utils sg_rep_zones">
     
    667667        <listitem>
    668668          <para>
    669             sends SCSI RESET WRITE POINTER command.
     669            sends a SCSI RESET WRITE POINTER command.
    670670          </para>
    671671          <indexterm zone="sg3_utils sg_reset_wp">
     
    703703        <listitem>
    704704          <para>
    705             fetch status from a SCSI Accessed Fault-Tolerant Enclosure
     705            fetches status from a SCSI Accessed Fault-Tolerant Enclosure
    706706            (SAF-TE) device.
    707707          </para>
     
    728728        <listitem>
    729729          <para>
    730             sends a ATA IDENTIFY (PACKET) DEVICE command via a SCSI to ATA
     730            sends an ATA IDENTIFY (PACKET) DEVICE command via a SCSI to ATA
    731731            Translation (SAT) layer.
    732732          </para>
     
    755755        <listitem>
    756756          <para>
    757              uses  ATA  READ LOG EXT command via a SCSI to ATA Translation
     757             uses an ATA READ LOG EXT command via a SCSI to ATA Translation
    758758             (SAT) layer.
    759759          </para>
     
    767767        <listitem>
    768768          <para>
    769             sends a ATA SET FEATURES command via a SCSI to ATA Translation
     769            sends an ATA SET FEATURES command via a SCSI to ATA Translation
    770770            (SAT) layer.
    771771          </para>
     
    830830        <listitem>
    831831          <para>
    832             sends SCSI START STOP UNIT command to start, stop, load or eject
     832            sends a SCSI START STOP UNIT command to start, stop, load or eject
    833833            medium.
    834834          </para>
     
    904904        <listitem>
    905905          <para>
    906             invoke SCSI VERIFY command(s) on a block device.
     906            invokes SCSI VERIFY command(s) on a block device.
    907907          </para>
    908908          <indexterm zone="sg3_utils sg_verify">
Note: See TracChangeset for help on using the changeset viewer.