Author: manuel
Date: 2007-04-22 12:07:04 -0600 (Sun, 22 Apr 2007)
New Revision: 6752

Modified:
   trunk/BOOK/appendices/ac-free-lic.xml
   trunk/BOOK/appendices/creat-comm.xml
   trunk/BOOK/basicnet/netprogs/portmap.xml
   trunk/BOOK/basicnet/textweb/w3m.xml
   trunk/BOOK/general/sysutils/hal.xml
   trunk/BOOK/introduction/important/locale-issues.xml
   trunk/BOOK/multimedia/videoutils/mplayer.xml
Log:
Fixed remaining "paragraph overflows" warnings from FOP-0.93

Modified: trunk/BOOK/appendices/ac-free-lic.xml
===================================================================
--- trunk/BOOK/appendices/ac-free-lic.xml       2007-04-22 11:04:14 UTC (rev 
6751)
+++ trunk/BOOK/appendices/ac-free-lic.xml       2007-04-22 18:07:04 UTC (rev 
6752)
@@ -26,6 +26,7 @@
   </blockquote>
 
   <orderedlist numeration='arabic'>
+    <?dbfo label-width="1.5em"?>
 
     <listitem>
       <para> Grant of Copyright License. Licensor hereby grants You a

Modified: trunk/BOOK/appendices/creat-comm.xml
===================================================================
--- trunk/BOOK/appendices/creat-comm.xml        2007-04-22 11:04:14 UTC (rev 
6751)
+++ trunk/BOOK/appendices/creat-comm.xml        2007-04-22 18:07:04 UTC (rev 
6752)
@@ -41,6 +41,7 @@
   CONDITIONS.</para>
 
   <orderedlist numeration='arabic'>
+    <?dbfo label-width="1.5em"?>
     <listitem>
       <para>Definitions</para>
 

Modified: trunk/BOOK/basicnet/netprogs/portmap.xml
===================================================================
--- trunk/BOOK/basicnet/netprogs/portmap.xml    2007-04-22 11:04:14 UTC (rev 
6751)
+++ trunk/BOOK/basicnet/netprogs/portmap.xml    2007-04-22 18:07:04 UTC (rev 
6752)
@@ -159,7 +159,8 @@
       <?dbhtml list-presentation="table"?>
 
       <varlistentry id="pmap_dump">
-        <term><command>pmap_dump</command></term>
+         <!-- Don't remove the extra space, it prevent a FOP warning. -->
+        <term><command>pmap_dump</command> </term>
         <listitem>
           <para>saves the port mapping table to an ASCII file.</para>
           <indexterm zone="portmap pmap_dump">

Modified: trunk/BOOK/basicnet/textweb/w3m.xml
===================================================================
--- trunk/BOOK/basicnet/textweb/w3m.xml 2007-04-22 11:04:14 UTC (rev 6751)
+++ trunk/BOOK/basicnet/textweb/w3m.xml 2007-04-22 18:07:04 UTC (rev 6752)
@@ -131,7 +131,7 @@
       <seglistitem>
         <seg>w3m and w3mman</seg>
         <seg>None</seg>
-        <seg> /usr/lib/w3m, /usr/share/w3m and
+        <seg>/usr/lib/w3m, /usr/share/w3m and
         usr/share/doc/w3m-&w3m-version;</seg>
       </seglistitem>
     </segmentedlist>
@@ -152,7 +152,8 @@
       </varlistentry>
 
       <varlistentry id="w3mman">
-        <term><command>w3mman</command></term>
+         <!-- Don't remove the extra space, it prevent a FOP warning. -->
+        <term><command>w3mman</command> </term>
         <listitem>
           <para>is an interface to the on-line reference manuals in
           <command>w3m</command>.</para>

Modified: trunk/BOOK/general/sysutils/hal.xml
===================================================================
--- trunk/BOOK/general/sysutils/hal.xml 2007-04-22 11:04:14 UTC (rev 6751)
+++ trunk/BOOK/general/sysutils/hal.xml 2007-04-22 18:07:04 UTC (rev 6752)
@@ -307,13 +307,13 @@
  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
 &lt;busconfig&gt;
 
-  &lt;!-- Allow users in the halusers group invoke HAL methods --&gt;
-  &lt;policy group="halusers"&gt;
-    &lt;allow 
send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/&gt;
-    &lt;allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/&gt;
-    &lt;allow send_interface="org.freedesktop.Hal.Device.Volume"/&gt;
-    &lt;allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/&gt;
-  &lt;/policy&gt;
+ &lt;!-- Allow users in the halusers group invoke HAL methods --&gt;
+ &lt;policy group="halusers"&gt;
+  &lt;allow 
send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/&gt;
+  &lt;allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/&gt;
+  &lt;allow send_interface="org.freedesktop.Hal.Device.Volume"/&gt;
+  &lt;allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/&gt;
+ &lt;/policy&gt;
 
 &lt;/busconfig&gt;</literal>
 EOF</userinput></screen>

Modified: trunk/BOOK/introduction/important/locale-issues.xml
===================================================================
--- trunk/BOOK/introduction/important/locale-issues.xml 2007-04-22 11:04:14 UTC 
(rev 6751)
+++ trunk/BOOK/introduction/important/locale-issues.xml 2007-04-22 18:07:04 UTC 
(rev 6752)
@@ -279,7 +279,8 @@
 do
     # echo "Checking $a..."
     # Pure-ASCII manual page (possibly except comments) is OK
-    grep -v '.\\"' "$a" | iconv -f US-ASCII -t US-ASCII >/dev/null 2>&amp;1 
&amp;&amp; continue
+    grep -v '.\\"' "$a" | iconv -f US-ASCII -t US-ASCII >/dev/null 2>&amp;1 \
+        &amp;&amp; continue
     # Non-UTF-8 manual page is OK
     iconv -f UTF-8 -t UTF-8 "$a" >/dev/null 2>&amp;1 || continue
     # If we got here, we found UTF-8 manual page, bad.

Modified: trunk/BOOK/multimedia/videoutils/mplayer.xml
===================================================================
--- trunk/BOOK/multimedia/videoutils/mplayer.xml        2007-04-22 11:04:14 UTC 
(rev 6751)
+++ trunk/BOOK/multimedia/videoutils/mplayer.xml        2007-04-22 18:07:04 UTC 
(rev 6752)
@@ -565,8 +565,7 @@
 mplayer -vo fbdev -fb /dev/fb0 dvd://1 \
     -aid 128 -sub en -framedrop
 mplayer -fs vcd://1    # works both for VCDs and SVCDs
-mplayer \
-http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen>
+mplayer http://fredrik.hubbe.net/plugger/test.mpg</userinput></screen>
 
           <para>For further information, look at the very good documentation
           included with the package in the source tree subdirectory

-- 
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