Changeset e660b7c


Ignore:
Timestamp:
01/11/2011 07:03:11 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3a175b2
Parents:
018a0c9
Message:

Added disk related acronyms to the Glossary

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appendices/glossary.xml

    r018a0c9 re660b7c  
    139139      </glossterm>
    140140      <glossdef>
    141         <para>AT-Attached</para>
     141        <para>Advanced Technology Attachment</para>
    142142      </glossdef>
    143143    </glossentry>
     
    18201820    </glossentry>
    18211821
     1822    <glossentry id="gSATA">
     1823      <glossterm>
     1824        <acronym>SATA</acronym>
     1825      </glossterm>
     1826      <glossdef>
     1827        <para>Serial Advanced Technology Attachment</para>
     1828      </glossdef>
     1829    </glossentry>
     1830
    18221831    <glossentry id="gSBU">
    18231832      <glossterm>
     
    18651874    </glossentry>
    18661875
     1876    <glossentry id="gSMART">
     1877      <glossterm>
     1878        <acronym>SMART</acronym>
     1879      </glossterm>
     1880      <glossdef>
     1881        <para>Self Monitoring Analysis and Reporting Technology</para>
     1882      </glossdef>
     1883    </glossentry>
     1884
    18671885    <glossentry id="gSMB">
    18681886      <glossterm>
  • general.ent

    r018a0c9 re660b7c  
    44-->
    55
    6 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     6<!ENTITY day          "11">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2011">
  • introduction/welcome/changelog.xml

    r018a0c9 re660b7c  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>January 11th, 2011</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added disk related acronyms to the Glossary.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
Note: See TracChangeset for help on using the changeset viewer.