mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Fixed remaining "paragraph overflows" warnings from FOP-0.93
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6752 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c6b7bd5cbc
commit
9a003fe108
@ -26,6 +26,7 @@
|
||||
</blockquote>
|
||||
|
||||
<orderedlist numeration='arabic'>
|
||||
<?dbfo label-width="1.5em"?>
|
||||
|
||||
<listitem>
|
||||
<para> Grant of Copyright License. Licensor hereby grants You a
|
||||
|
@ -41,6 +41,7 @@
|
||||
CONDITIONS.</para>
|
||||
|
||||
<orderedlist numeration='arabic'>
|
||||
<?dbfo label-width="1.5em"?>
|
||||
<listitem>
|
||||
<para>Definitions</para>
|
||||
|
||||
|
@ -159,7 +159,8 @@ make</userinput></screen>
|
||||
<?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">
|
||||
|
@ -131,7 +131,7 @@ install -v -m 644 doc/*.html \
|
||||
<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 @@ install -v -m 644 doc/*.html \
|
||||
</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>
|
||||
|
@ -307,13 +307,13 @@ cat > /etc/dbus-1/system.d/halusers.conf << "EOF"
|
||||
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
||||
<busconfig>
|
||||
|
||||
<!-- Allow users in the halusers group invoke HAL methods -->
|
||||
<policy group="halusers">
|
||||
<allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
|
||||
<allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
|
||||
<allow send_interface="org.freedesktop.Hal.Device.Volume"/>
|
||||
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
|
||||
</policy>
|
||||
<!-- Allow users in the halusers group invoke HAL methods -->
|
||||
<policy group="halusers">
|
||||
<allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"/>
|
||||
<allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"/>
|
||||
<allow send_interface="org.freedesktop.Hal.Device.Volume"/>
|
||||
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"/>
|
||||
</policy>
|
||||
|
||||
</busconfig></literal>
|
||||
EOF</userinput></screen>
|
||||
|
@ -279,7 +279,8 @@ for a in "$@"
|
||||
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>&1 && continue
|
||||
grep -v '.\\"' "$a" | iconv -f US-ASCII -t US-ASCII >/dev/null 2>&1 \
|
||||
&& continue
|
||||
# Non-UTF-8 manual page is OK
|
||||
iconv -f UTF-8 -t UTF-8 "$a" >/dev/null 2>&1 || continue
|
||||
# If we got here, we found UTF-8 manual page, bad.
|
||||
|
@ -565,8 +565,7 @@ ln -v -sf &mplayer-font;/font-arial-<replaceable><font size></replaceable>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user