Changeset 1e901a7


Ignore:
Timestamp:
06/02/2005 04:56:16 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
edc696c
Parents:
df180b43
Message:

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdf180b43 r1e901a7  
    1 <!ENTITY day          "01">
     1<!ENTITY day          "02">
    22<!ENTITY month        "06">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "June &day;st, &year;">
     5<!ENTITY releasedate  "June &day;nd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • multimedia/videoutils/mplayer.xml

    rdf180b43 r1e901a7  
    466466
    467467<screen><userinput>mplayer -fs blfs.avi
    468 mplayer -vo fbdev -fb /dev/fb0 dvd://1 -aid 128 -sub en -framedrop
     468mplayer -vo fbdev -fb /dev/fb0 dvd://1 \
     469    -aid 128 -sub en -framedrop
    469470mplayer -fs vcd://1    # works both for VCDs and SVCDs
    470 mplayer http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen>
     471mplayer \
     472http://www.students.uni-marburg.de/~Klossa/hapkidofight_lo.mpg</userinput></screen>
    471473
    472474          <para>For further information, look at the very good documentation included
     
    500502
    501503mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
    502 -lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
     504    -lavcopts vcodec=mpeg4:vpass=1:vhq:vbitrate=&lt;bitrate&gt; \
     505    -o &lt;name.avi&gt;
    503506mencoder -dvd 1 -aid 128 -oac copy -ovc lavc \
    504 -lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=&lt;bitrate&gt; -o &lt;name.avi&gt;
     507    -lavcopts vcodec=mpeg4:vpass=2:vhq:vbitrate=&lt;bitrate&gt; \
     508    -o &lt;name.avi&gt;
    505509mencoder -forceidx &lt;name.avi&gt;</userinput></screen>
    506510          <indexterm zone="mplayer mencoder">
  • server/mail/postfix.xml

    rdf180b43 r1e901a7  
    9292
    9393<screen><userinput>make makefiles \
    94 CCARGS="-DHAS_SSL -DUSE_SASL_AUTH -I/usr/include/openssl -I/usr/include/sasl" \
     94CCARGS="-DHAS_SSL -DUSE_SASL_AUTH \
     95-I/usr/include/openssl -I/usr/include/sasl" \
    9596AUXLIBS="-L/usr/lib -R/usr/lib -lssl -lcrypto -lsasl2"</userinput></screen>
    9697
  • x/wm/sawfish.xml

    rdf180b43 r1e901a7  
    7474    commands:</para>
    7575
    76 <screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \
    77   --disable-themer &amp;&amp;
     76<screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin \
     77    --infodir=/usr/share/info --disable-themer &amp;&amp;
    7878make</userinput></screen>
    7979
Note: See TracChangeset for help on using the changeset viewer.