added RW to the Glossary

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2377 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-06-24 22:17:20 +00:00
parent b1623c2f7a
commit 2b2579229f
3 changed files with 7 additions and 1 deletions

View File

@ -474,6 +474,9 @@ otherterm="gCORBA">CORBA</glossseealso></glossdef></glossentry>
<glossentry id="gRTP"><glossterm><acronym>RTP</acronym></glossterm>
<glossdef><para>Real Time Protocol</para></glossdef></glossentry>
<glossentry id="gRW"><glossterm><acronym>RW</acronym></glossterm>
<glossdef><para>Read Write</para></glossdef></glossentry>
<glossentry id="gS3M"><glossterm><acronym>S3M</acronym></glossterm>
<glossdef><para>ScreamTracker Version 3 Module</para></glossdef></glossentry>

View File

@ -18,6 +18,8 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>June 24th, 2004 [randy]: Added RW to the Glossary.</para></listitem>
<listitem><para>June 24th, 2004 [randy]: Fixed redundant "Command Explanations"
section in WVSteams.</para></listitem>

View File

@ -90,7 +90,8 @@ around a compile problem if you did not install all locales.</para>
proceeding.</para>
<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
exec fluxbox<command>EOF</command></userinput></screen>
exec fluxbox
<command>EOF</command></userinput></screen>
<screen><userinput><command>mkdir ~/.fluxbox &amp;&amp;
cp /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;