Adjusted long lines in the XML sources to fit on the PDF book pages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4540 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-06-02 16:56:16 +00:00
parent df180b43b0
commit 1e901a75af
4 changed files with 14 additions and 9 deletions

View File

@ -1,8 +1,8 @@
<!ENTITY day "01">
<!ENTITY day "02">
<!ENTITY month "06">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "June &day;st, &year;">
<!ENTITY releasedate "June &day;nd, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|stable|testing|unstable|development] -->

View File

@ -465,9 +465,11 @@ ATAPI CD/DVD-ROM drive</computeroutput></screen>
<para>Examples:</para>
<screen><userinput>mplayer -fs blfs.avi
mplayer -vo fbdev -fb /dev/fb0 dvd://1 -aid 128 -sub en -framedrop
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://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen>
<para>For further information, look at the very good documentation included
with the package in the source tree subdirectory
@ -499,9 +501,11 @@ mencoder -dvd 1 -aid 128 -ovc frameno -oac mp3lame \
# personal liking.</literal>
mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
-lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
-lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; \
-o &lt;name.avi&gt;
mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
-lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
-lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=&lt;bitrate&gt; \
-o &lt;name.avi&gt;
mencoder -forceidx &lt;name.avi&gt;</userinput></screen>
<indexterm zone="mplayer mencoder">
<primary sortas="b-mencoder">mencoder</primary>

View File

@ -91,7 +91,8 @@
<application>Cyrus-SASL</application> arguments:</para>
<screen><userinput>make makefiles \
CCARGS="-DHAS_SSL -DUSE_SASL_AUTH -I/usr/include/openssl -I/usr/include/sasl" \
CCARGS="-DHAS_SSL -DUSE_SASL_AUTH \
-I/usr/include/openssl -I/usr/include/sasl" \
AUXLIBS="-L/usr/lib -R/usr/lib -lssl -lcrypto -lsasl2"</userinput></screen>
<sect4>

View File

@ -73,8 +73,8 @@
<para>Install <application>sawfish</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \
--disable-themer &amp;&amp;
<screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin \
--infodir=/usr/share/info --disable-themer &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>