Author: manuel
Date: 2005-05-22 04:45:25 -0600 (Sun, 22 May 2005)
New Revision: 4449

Modified:
   trunk/BOOK/gnome/add/at-spi.xml
   trunk/BOOK/introduction/important/unpacking.xml
   trunk/BOOK/kde/add/kdemultimedia.xml
   trunk/BOOK/xsoft/graphweb/mozilla.xml
Log:
Fixed some screen tags.

Modified: trunk/BOOK/gnome/add/at-spi.xml
===================================================================
--- trunk/BOOK/gnome/add/at-spi.xml     2005-05-22 10:28:05 UTC (rev 4448)
+++ trunk/BOOK/gnome/add/at-spi.xml     2005-05-22 10:45:25 UTC (rev 4449)
@@ -82,7 +82,7 @@
 
     <para>Now, as the <systemitem class='username'>root</systemitem> 
user:</para>
 
-<screen><userinput role='root'>make install</userinput></screen>
+<screen role='root'><userinput>make install</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/introduction/important/unpacking.xml
===================================================================
--- trunk/BOOK/introduction/important/unpacking.xml     2005-05-22 10:28:05 UTC 
(rev 4448)
+++ trunk/BOOK/introduction/important/unpacking.xml     2005-05-22 10:45:25 UTC 
(rev 4449)
@@ -15,14 +15,14 @@
 
   <title>Notes on Building Software</title>
 
-  <para>Those people who have built an LFS system will be aware 
+  <para>Those people who have built an LFS system will be aware
   of the general principles of downloading and unpacking software.  We will
   however repeat some of that information here for those new to building
   their own software.</para>
 
-  <para>Each set of installation instructions contains a URL from which you 
-  can download the package.  We do however keep a selection of patches 
-  available via http.  These are referenced as needed in the installation 
+  <para>Each set of installation instructions contains a URL from which you
+  can download the package.  We do however keep a selection of patches
+  available via http.  These are referenced as needed in the installation
   instructions.</para>
 
   <para>While you can keep the source files anywhere you like, we
@@ -42,23 +42,23 @@
     <para>If a file is tar'ed and compressed, it is unpacked by running one of
     the following commands:</para>
 
-<screen><command>tar -xvf filename.tar.gz
+<screen><userinput>tar -xvf filename.tar.gz
 tar -xvf filename.tgz
 tar -xvf filename.tar.Z
-tar -xvf filename.tar.bz2</command></screen>
+tar -xvf filename.tar.bz2</userinput></screen>
 
     <para>You can also use a slightly different method:</para>
 
-<screen><command>bzcat filename.tar.bz2 | tar -xv</command></screen>
+<screen><userinput>bzcat filename.tar.bz2 | tar -xv</userinput></screen>
 
     <para>Finally, you sometimes need to be able to unpack patches which are
     generally not tar'ed.  The best way to do this is to copy the patch file to
     <filename>/usr/src</filename> and then to run one of the following commands
-    depending on whether the file is <filename>.gz</filename> or 
+    depending on whether the file is <filename>.gz</filename> or
     <filename>.bz2</filename>:</para>
 
-<screen><command>gunzip -v patchname.gz
-bunzip2 -v patchname.bz2</command></screen>
+<screen><userinput>gunzip -v patchname.gz
+bunzip2 -v patchname.bz2</userinput></screen>
 
   </sect2>
 
@@ -72,7 +72,7 @@
     on-line locations), and (assuming file.md5sum is the md5sum file 
downloaded)
     run the following command:</para>
 
-<screen><command>md5sum -c file.md5sum</command></screen>
+<screen><userinput>md5sum -c file.md5sum</userinput></screen>
 
     <para>If there are any errors, they will be reported.</para>
 
@@ -87,14 +87,14 @@
     allows you to create an installation log. Replace &lt;command&gt; with the
     command you intend to execute.</para>
 
-<screen><command>( &lt;command&gt; 2&gt;&amp;1 | tee compile.log &amp;&amp; 
exit $PIPESTATUS )</command></screen>
+<screen><userinput>( &lt;command&gt; 2&gt;&amp;1 | tee compile.log &amp;&amp; 
exit $PIPESTATUS )</userinput></screen>
 
-    <para><option>2&gt;&amp;1</option> redirects error messages to the same 
-    location as standard output. The <command>tee</command> command allows 
+    <para><option>2&gt;&amp;1</option> redirects error messages to the same
+    location as standard output. The <command>tee</command> command allows
     viewing of the output while logging the results to a file. The parentheses
     around the command run the entire command in a subshell and finally the
-    <command>exit $PIPESTATUS</command> ensures the result of the 
-    &lt;command&gt; is returned as the result and not the result of the 
+    <command>exit $PIPESTATUS</command> ensures the result of the
+    &lt;command&gt; is returned as the result and not the result of the
     <command>tee</command> command.</para>
 
   </sect2>

Modified: trunk/BOOK/kde/add/kdemultimedia.xml
===================================================================
--- trunk/BOOK/kde/add/kdemultimedia.xml        2005-05-22 10:28:05 UTC (rev 
4448)
+++ trunk/BOOK/kde/add/kdemultimedia.xml        2005-05-22 10:45:25 UTC (rev 
4449)
@@ -57,26 +57,26 @@
     <para><xref linkend="kdebase"/></para>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
-    <para><xref linkend="libjpeg"/>, 
-    <xref linkend="libxml2"/>, 
-    <xref linkend="alsa"/>, and 
+    <para><xref linkend="libjpeg"/>,
+    <xref linkend="libxml2"/>,
+    <xref linkend="alsa"/>, and
     <xref linkend="libmad"/></para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para><xref linkend="cdparanoia"/>, 
+    <para><xref linkend="cdparanoia"/>,
     <xref linkend="lame"/>,
     <xref linkend="audiofile"/>,
     <xref linkend="libogg"/>,
     <xref linkend="libvorbis"/>,
     <xref linkend="xine-lib"/>,
     <xref linkend="flac"/>,
-    <xref linkend="speex"/>, 
-    <xref linkend="sdl"/>, 
-    <xref linkend="gstreamer"/> 
-    (with <ulink 
url="http://developer.kde.org/~wheeler/juk.html";>KGst</ulink>), 
-    <ulink url="http://developer.kde.org/~wheeler/taglib/";>TagLib</ulink>, 
-    <ulink url="http://www.musicbrainz.org/";>libmusicbrainz</ulink>, 
-    <ulink url="http://www.musicbrainz.org/products/trmgen/download.html";>TRM 
Generator</ulink>, and 
+    <xref linkend="speex"/>,
+    <xref linkend="sdl"/>,
+    <xref linkend="gstreamer"/>
+    (with <ulink 
url="http://developer.kde.org/~wheeler/juk.html";>KGst</ulink>),
+    <ulink url="http://developer.kde.org/~wheeler/taglib/";>TagLib</ulink>,
+    <ulink url="http://www.musicbrainz.org/";>libmusicbrainz</ulink>,
+    <ulink url="http://www.musicbrainz.org/products/trmgen/download.html";>TRM 
Generator</ulink>, and
     <ulink 
url="http://www.musicbrainz.org/products/tunepimp/download.html";>TunePimp</ulink></para>
 
   </sect2>
@@ -86,17 +86,17 @@
 
     <para>Install <application>kdemultimedia</application> with:</para>
 
-<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
+<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     --disable-dependency-tracking &amp;&amp;
-make</command></userinput></screen>
+make</userinput></screen>
 
      <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <screen role="root"><userinput>make install</userinput></screen>
- 
+
   </sect2>
 
-<!-- 
+<!--
 <sect2>
   <title>Configuring kdemultimedia</title>
 
@@ -119,14 +119,14 @@
       <segtitle>Installed Programs</segtitle>
       <segtitle>Installed Libraries</segtitle>
       <segtitle>Installed Directories</segtitle>
-     
+
       <seglistitem>
         <seg>artsbuilder, juk, kaboodle, kmid, kmix, krec, kscd, and 
noatun</seg>
         <seg>None</seg>
         <seg>None</seg>
       </seglistitem>
     </segmentedlist>
-     
+
     <variablelist>
       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
       <?dbfo list-presentation="list"?>
@@ -135,7 +135,7 @@
       <varlistentry id="artsbuilder">
         <term><command>artsbuilder</command></term>
         <listitem>
-          <para>is a tool to create new structures of small connected 
+          <para>is a tool to create new structures of small connected
           <application>aRts</application> modules.</para>
           <indexterm zone="kdemultimedia artsbuilder">
             <primary sortas="b-artsbuilder">artsbuilder</primary>

Modified: trunk/BOOK/xsoft/graphweb/mozilla.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/mozilla.xml       2005-05-22 10:28:05 UTC (rev 
4448)
+++ trunk/BOOK/xsoft/graphweb/mozilla.xml       2005-05-22 10:45:25 UTC (rev 
4449)
@@ -240,9 +240,9 @@
     <para>Lastly, unset the build variables from the unprivileged user's
     environment:</para>
 
-<screen><userinput><command>unset MOZILLA_OFFICIAL &amp;&amp;
+<screen><userinput>unset MOZILLA_OFFICIAL &amp;&amp;
 unset BUILD_OFFICIAL &amp;&amp;
-unset MOZ_CO_PROJECT</command></userinput></screen>
+unset MOZ_CO_PROJECT</userinput></screen>
 
   </sect2>
 

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