Author: ken
Date: 2010-12-05 08:04:21 -0700 (Sun, 05 Dec 2010)
New Revision: 8730

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/printing/gs.xml
Log:
Fix typo in gs instructions.

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2010-12-03 00:23:56 UTC (rev 8729)
+++ trunk/BOOK/general.ent      2010-12-05 15:04:21 UTC (rev 8730)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "03">                   <!-- Always 2 digits -->
+<!ENTITY day          "05">                   <!-- Always 2 digits -->
 <!ENTITY month        "12">                   <!-- Always 2 digits -->
 <!ENTITY year         "2010">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "svn-&year;&month;&day;">
-<!ENTITY releasedate  "December &day;rd, &year;">
+<!ENTITY releasedate  "December &day;th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2010-12-03 00:23:56 UTC 
(rev 8729)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2010-12-05 15:04:21 UTC 
(rev 8730)
@@ -42,6 +42,16 @@
 -->
 
     <listitem>
+      <para>December 5th, 2010</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Corrected typo in ghostscript instructions (fixes 
ticket
+          <ulink url="&blfs-ticket-root;3211">#3211</ulink>).</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>December 3rd, 2010</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/pst/printing/gs.xml
===================================================================
--- trunk/BOOK/pst/printing/gs.xml      2010-12-03 00:23:56 UTC (rev 8729)
+++ trunk/BOOK/pst/printing/gs.xml      2010-12-05 15:04:21 UTC (rev 8730)
@@ -164,7 +164,7 @@
     <para>Install <application>GPL Ghostscript</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --prefix=/usr --enable-dynamic 
--with-drivers=ALL,xll &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --enable-dynamic 
--with-drivers=ALL,x11 &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite. However, you may test

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to