aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Lawrence <larry@linuxfromscratch.org>2003-04-22 15:42:52 +0000
committerLarry Lawrence <larry@linuxfromscratch.org>2003-04-22 15:42:52 +0000
commitdf106b1000e103e2bab7fa687c5b13d926d826c7 (patch)
treeccbc684aa2bc27f24c577590f48a941323c10977
parentca2217b433eb5780e79b15b61ad7c49e13c157dc (diff)
kde, multimedia, pst
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@874 af4574ff-66df-0310-9fd7-8a98e5e911e0
-rw-r--r--basicnet/netlibs/wvstreams/wvstreams-inst.xml7
-rw-r--r--gnome/add/docs/gnome2-user-docs-desc.xml3
-rw-r--r--gnome/add/monitor/gnome-system-monitor-inst.xml6
-rw-r--r--gnome/lib/gnome-vfs/gnome-vfs-intro.xml2
-rw-r--r--gnome/lib/gnomelib/libgnome-intro.xml3
-rw-r--r--gnome/lib/gnomelib/libgnomeui-inst.xml3
-rw-r--r--gnome/lib/gtk-doc/gtk-doc-intro.xml3
-rw-r--r--gnome/lib/gtk-engines/gtk-engines-desc.xml2
-rw-r--r--gnome/lib/intltool/intltool-intro.xml7
-rw-r--r--gnome/lib/oaf/oaf-desc.xml2
-rw-r--r--gnome/lib/scrollkeeper/scrollkeeper-desc.xml2
-rw-r--r--gnome/lib/vte/vte-desc.xml2
-rw-r--r--gnome/otherlibs/libglade14/libglade14-intro.xml2
-rw-r--r--index.xml4
-rw-r--r--kde/core/arts.xml5
-rw-r--r--kde/core/config.xml2
-rw-r--r--kde/inst/kde-addons.xml2
-rw-r--r--kde/inst/kde-admin.xml6
-rw-r--r--kde/inst/kde-artwork.xml2
-rw-r--r--kde/inst/kde-base.xml2
-rw-r--r--kde/inst/kde-edu.xml2
-rw-r--r--kde/inst/kde-games.xml2
-rw-r--r--kde/inst/kde-graphics.xml6
-rw-r--r--kde/inst/kde-libs.xml4
-rw-r--r--kde/inst/kde-multimedia.xml2
-rw-r--r--kde/inst/kde-network.xml2
-rw-r--r--kde/inst/kde-pim.xml2
-rw-r--r--kde/inst/kde-utils.xml2
-rw-r--r--multimedia/audioutils/cdparanoia/cdparanoia-desc.xml2
-rw-r--r--multimedia/audioutils/mpg123/mpg123-intro.xml2
-rw-r--r--multimedia/libdriv/alsa/lib/alsa-lib-intro.xml3
-rw-r--r--multimedia/libdriv/alsa/tools/alsa-tools-intro.xml3
-rw-r--r--multimedia/libdriv/alsa/utils/alsa-utils-intro.xml3
-rw-r--r--multimedia/libdriv/audiofile/audiofile-desc.xml2
-rw-r--r--multimedia/libdriv/esound/esound-desc.xml2
-rw-r--r--multimedia/libdriv/libao/libao-desc.xml2
-rw-r--r--multimedia/libdriv/nas/nas-desc.xml2
-rw-r--r--multimedia/videoutils/ffmpeg/ffmpeg-desc.xml5
-rw-r--r--multimedia/videoutils/transcode/transcode-inst.xml3
-rw-r--r--pst/printing/lprng/lprng-config.xml2
-rw-r--r--pst/scanning/xsane/xsane-intro.xml3
-rw-r--r--xsoft/graphweb/galeon/galeon-desc.xml3
-rw-r--r--xsoft/office/abiword/abiword-intro.xml3
-rw-r--r--xsoft/office/gimp/gimp-intro.xml6
-rw-r--r--xsoft/office/gnumeric/gnumeric-intro.xml6
-rw-r--r--xsoft/suites/koffice.xml2
-rw-r--r--xsoft/suites/openoffice/openoffice-inst.xml13
-rw-r--r--xsoft/suites/openoffice/openoffice-intro.xml7
48 files changed, 94 insertions, 69 deletions
diff --git a/basicnet/netlibs/wvstreams/wvstreams-inst.xml b/basicnet/netlibs/wvstreams/wvstreams-inst.xml
index 71574d42bf..3610f428e0 100644
--- a/basicnet/netlibs/wvstreams/wvstreams-inst.xml
+++ b/basicnet/netlibs/wvstreams/wvstreams-inst.xml
@@ -1,11 +1,14 @@
<sect2>
<title>Installation of wvstreams</title>
-<para>Download the wvstreams patch from <ulink url="&hfile-root;"/>.</para>
+<para>Download the wvstreams patches from <ulink url="&hfile-root;"/>.
+The wvcrypto patch is only necessary for
+<application>openssl-0.9.7</application> or greater.</para>
<para>Install wvstreams by running the following commands:</para>
-<para><screen><userinput>patch -Np1 -i ../wvstreams-3.70-syntax.patch &amp;&amp;
+<para><screen><userinput>patch -Np1 -i ../wvstreams-3.70-wvcrypto.patch &amp;&amp;
+patch -Np1 -i ../wvstreams-3.70-wvresolver.patch &amp;&amp;
make PREFIX=/usr LDFLAGS="-lcrypt" &amp;&amp;
make PREFIX=/usr install</userinput></screen></para>
diff --git a/gnome/add/docs/gnome2-user-docs-desc.xml b/gnome/add/docs/gnome2-user-docs-desc.xml
index 49c4720310..a4ba226762 100644
--- a/gnome/add/docs/gnome2-user-docs-desc.xml
+++ b/gnome/add/docs/gnome2-user-docs-desc.xml
@@ -1,7 +1,8 @@
<sect2>
<title>Contents</title>
-<para>The gnome2-user-docs package contains <userinput>OMF files</userinput>.</para>
+<para>The gnome2-user-docs package contains <filename
+class="extension">OMF</filename> files.</para>
</sect2>
diff --git a/gnome/add/monitor/gnome-system-monitor-inst.xml b/gnome/add/monitor/gnome-system-monitor-inst.xml
index 3ecfe4b005..53ef885974 100644
--- a/gnome/add/monitor/gnome-system-monitor-inst.xml
+++ b/gnome/add/monitor/gnome-system-monitor-inst.xml
@@ -8,9 +8,11 @@
make &amp;&amp;
make install</userinput></screen></para>
-<note><para>make install will need path access to $GNOME_PREFIX/bin. If your
+<note><para>make install will need path access to <filename
+class="directory">$GNOME_PREFIX/bin</filename>. If your
preinstallation changes were made only to the user account, you will
-need to adjust your path prior to running 'make install'.</para></note>
+need to adjust your path prior to running <userinput>make
+install</userinput>.</para></note>
</sect2>
diff --git a/gnome/lib/gnome-vfs/gnome-vfs-intro.xml b/gnome/lib/gnome-vfs/gnome-vfs-intro.xml
index ad3b56138c..28cec9aa42 100644
--- a/gnome/lib/gnome-vfs/gnome-vfs-intro.xml
+++ b/gnome/lib/gnome-vfs/gnome-vfs-intro.xml
@@ -8,7 +8,7 @@ Package size: &gnome-vfs-size;
Estimated Disk space required: &gnome-vfs-buildsize;
Estimated build time: &gnome-vfs-time;</screen>
-<para>The gnome-vfs package contains virutal file system libraries. This is used
+<para>The gnome-vfs package contains virtual file system libraries. This is used
as one of the foundations of the Nautilus file manager.</para>
<screen>gnome-vfs depends on:
diff --git a/gnome/lib/gnomelib/libgnome-intro.xml b/gnome/lib/gnomelib/libgnome-intro.xml
index 74c7b95008..2a4406e0f6 100644
--- a/gnome/lib/gnomelib/libgnome-intro.xml
+++ b/gnome/lib/gnomelib/libgnome-intro.xml
@@ -11,6 +11,7 @@ Estimated build time: &libgnome-time;</screen>
<para>The libgnome package contains the libgnome library.</para>
<screen>libgnome depends on:
-<xref linkend="esound"/>, <xref linkend="audiofile"/>, <xref linkend="ORBit2"/>, <xref linkend="GConf"/>, <xref linkend="bonobo-activation"/>, <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></screen>
+<xref linkend="esound"/>, <xref linkend="audiofile"/>, <xref linkend="ORBit2"/>, <xref linkend="GConf"/>,
+<xref linkend="bonobo-activation"/>, <xref linkend="gtk-doc"/> and <xref linkend="sgml-dtd-3"/></screen>
</sect2>
diff --git a/gnome/lib/gnomelib/libgnomeui-inst.xml b/gnome/lib/gnomelib/libgnomeui-inst.xml
index 7a4aa77cef..da024c611f 100644
--- a/gnome/lib/gnomelib/libgnomeui-inst.xml
+++ b/gnome/lib/gnomelib/libgnomeui-inst.xml
@@ -3,7 +3,8 @@
<para>Install libgnomeui by running the following commands:</para>
-<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin --disable-gtk-doc &amp;&amp;
+<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
+--disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
diff --git a/gnome/lib/gtk-doc/gtk-doc-intro.xml b/gnome/lib/gtk-doc/gtk-doc-intro.xml
index 15699cc04d..829230f329 100644
--- a/gnome/lib/gtk-doc/gtk-doc-intro.xml
+++ b/gnome/lib/gtk-doc/gtk-doc-intro.xml
@@ -20,6 +20,7 @@ install process will copy pre-built documentation to your system.
</para>
<screen>gtk-doc depends on:
-<xref linkend="openjade"/>, <xref linkend="libxslt"/>, <xref linkend="DocBook"/>, <xref linkend="sgml-dtd-3"/> and <xref linkend="sgml-dtd"/></screen>
+<xref linkend="openjade"/>, <xref linkend="libxslt"/>, <xref linkend="DocBook"/>,
+<xref linkend="sgml-dtd-3"/> and <xref linkend="sgml-dtd"/></screen>
</sect2>
diff --git a/gnome/lib/gtk-engines/gtk-engines-desc.xml b/gnome/lib/gtk-engines/gtk-engines-desc.xml
index 49e5c2f671..65f95e9170 100644
--- a/gnome/lib/gtk-engines/gtk-engines-desc.xml
+++ b/gnome/lib/gtk-engines/gtk-engines-desc.xml
@@ -9,7 +9,7 @@ libraries and theme files.</para>
<sect2><title>Description</title>
<sect3><title>engines libraries</title>
-<para>engine libraries is a theme manager.</para></sect3>
+<para>engines libraries are manager systems for specific themes.</para></sect3>
<sect3><title>theme files</title>
<para>theme files included are Pixmap, Metal and Redmond95.</para></sect3>
diff --git a/gnome/lib/intltool/intltool-intro.xml b/gnome/lib/intltool/intltool-intro.xml
index 643842a54e..e95d317f70 100644
--- a/gnome/lib/intltool/intltool-intro.xml
+++ b/gnome/lib/intltool/intltool-intro.xml
@@ -10,8 +10,11 @@ Estimated Disk space required: &intltool-buildsize;</screen>
<para>The intltool package contains an internationalization tool. This
is useful for extracting translatable strings from source files,
collects the extracted strings with messages from traditional source
-files (<filename>&lt;source directory&gt;/&lt;package&gt;/po</filename>)
-and merging the translations into .xml, .desktop and .oaf files.</para>
+files (<filename class="directory">&lt;source directory&gt;/&lt;package&gt;/po</filename>)
+and merging the translations into <filename
+class="extension">.xml</filename>, <filename
+class="extension">.desktop</filename> and <filename
+class="extension">.oaf</filename> files.</para>
</sect2>
diff --git a/gnome/lib/oaf/oaf-desc.xml b/gnome/lib/oaf/oaf-desc.xml
index 529fdb366a..e7c2f20439 100644
--- a/gnome/lib/oaf/oaf-desc.xml
+++ b/gnome/lib/oaf/oaf-desc.xml
@@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
-<para>The oaf package contains <filename>oaf</filename> libraries.</para>
+<para>The oaf package contains <filename>liboaf</filename> libraries.</para>
</sect2>
diff --git a/gnome/lib/scrollkeeper/scrollkeeper-desc.xml b/gnome/lib/scrollkeeper/scrollkeeper-desc.xml
index a24d8ce6db..a83490d96b 100644
--- a/gnome/lib/scrollkeeper/scrollkeeper-desc.xml
+++ b/gnome/lib/scrollkeeper/scrollkeeper-desc.xml
@@ -2,7 +2,7 @@
<title>Contents</title>
<para>The scrollkeeper package contains
-<filename>scrollkeeper</filename> libraries and utility scripts.</para>
+<filename>libscrollkeeper</filename> libraries and utility scripts.</para>
</sect2>
diff --git a/gnome/lib/vte/vte-desc.xml b/gnome/lib/vte/vte-desc.xml
index 5705ab99d7..99e707f128 100644
--- a/gnome/lib/vte/vte-desc.xml
+++ b/gnome/lib/vte/vte-desc.xml
@@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
-<para>The vte package contains <filename>vte</filename> libraries,
+<para>The vte package contains <filename>libvte</filename> libraries,
<userinput>vte</userinput> and <userinput>gnome-pty-helper</userinput></para>
</sect2>
diff --git a/gnome/otherlibs/libglade14/libglade14-intro.xml b/gnome/otherlibs/libglade14/libglade14-intro.xml
index ed09829c8e..2571f79e0b 100644
--- a/gnome/otherlibs/libglade14/libglade14-intro.xml
+++ b/gnome/otherlibs/libglade14/libglade14-intro.xml
@@ -14,7 +14,7 @@ applications to load glade interface files at runtime.</para>
<xref linkend="libxml"/> and <xref linkend="GTK"/>
libglade will utilize:
<xref linkend="gnome-libs"/> and <xref linkend="Python"/> if compiled
-utilizing expat.</screen>
+utilizing <xref linkend="expat"/>.</screen>
</sect2>
diff --git a/index.xml b/index.xml
index e1b2c59f35..6db0f803d3 100644
--- a/index.xml
+++ b/index.xml
@@ -2,8 +2,8 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"/usr/share/docbook/docbookx.dtd" [
-<!ENTITY version "20030421">
-<!ENTITY releasedate "April 21st, 2003">
+<!ENTITY version "0.99.2">
+<!ENTITY releasedate "April 22nd, 2003">
<!ENTITY % book SYSTEM "book/book.ent">
<!ENTITY % preface SYSTEM "preface/preface.ent">
diff --git a/kde/core/arts.xml b/kde/core/arts.xml
index 327c49ee60..d3c637c607 100644
--- a/kde/core/arts.xml
+++ b/kde/core/arts.xml
@@ -14,9 +14,10 @@ It provides necessary libraries for kdelibs. The following package is required
<screen><xref linkend="qt"/></screen></para>
<para>It will use the following recommended packages, if installed:
-<screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/>.</screen></para>
+<screen><xref linkend="alsa"/>, <xref linkend="audiofile"/>, and <xref linkend="libvorbis"/></screen></para>
-<para>Before starting the build, ensure you have the QTDIR environment variable set
+<para>Before starting the build, ensure you have the
+<envar>QTDIR</envar> environment variable set
<screen><userinput>export QTDIR=/opt/qt</userinput></screen></para>
diff --git a/kde/core/config.xml b/kde/core/config.xml
index 965dd28aa0..6a6b075e19 100644
--- a/kde/core/config.xml
+++ b/kde/core/config.xml
@@ -5,7 +5,7 @@
<para>First create an <filename>/opt/kde</filename> symlink:
<screen><userinput>ln -sf &kde-dir; /opt/kde</userinput></screen></para>
-<para>Then create an .xinitrc file to start KDE:
+<para>Then create an <filename>.xinitrc</filename> file to start KDE:
<screen><userinput>echo "exec startkde" &gt; ~/.xinitrc</userinput></screen>
and ensure all libraries can be found with:
<screen><userinput>ldconfig</userinput></screen>
diff --git a/kde/inst/kde-addons.xml b/kde/inst/kde-addons.xml
index 8d56f5834e..879b794008 100644
--- a/kde/inst/kde-addons.xml
+++ b/kde/inst/kde-addons.xml
@@ -9,7 +9,7 @@ Package size: &kde-addons-size;
Estimated build time: 15 min (667 MHz)</screen></para>
<para>kdeaddons depends on:
-<screen><xref linkend="kde-multimedia"/> and <xref linkend="kde-network"/>.</screen></para>
+<screen><xref linkend="kde-multimedia"/> and <xref linkend="kde-network"/></screen></para>
<para>Install kdeaddons with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/kde/inst/kde-admin.xml b/kde/inst/kde-admin.xml
index feeb09a907..e820942184 100644
--- a/kde/inst/kde-admin.xml
+++ b/kde/inst/kde-admin.xml
@@ -9,9 +9,9 @@ Package size: &kde-admin-size;
Estimated build time: 10 min (667 MHz)</screen></para>
<para>kdeadmin depends on:
-<screen><xref linkend="kde-base"/>.
-The kpackage program can use <filename>rpm</filename>.
-kuser can use <filename>shadow</filename> and <xref linkend="Linux_PAM"/>.</screen></para>
+<screen><xref linkend="kde-base"/>
+The kpackage program can use <application>rpm</application>
+kuser can use <application>shadow</application> and <xref linkend="Linux_PAM"/></screen></para>
<para>Install kdeadmin with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/kde/inst/kde-artwork.xml b/kde/inst/kde-artwork.xml
index 78f4928c30..daee5e38c0 100644
--- a/kde/inst/kde-artwork.xml
+++ b/kde/inst/kde-artwork.xml
@@ -9,7 +9,7 @@ Package size: &kde-base-size;
Estimated build time: 8 min (667 MHz)</screen></para>
<para>kdeartwork depends on:
-<screen><xref linkend="kde-base"/>.</screen></para>
+<screen><xref linkend="kde-base"/></screen></para>
<para>Install kdeartwork with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/kde/inst/kde-base.xml b/kde/inst/kde-base.xml
index 61259808b6..785abd5a6f 100644
--- a/kde/inst/kde-base.xml
+++ b/kde/inst/kde-base.xml
@@ -9,7 +9,7 @@ Estimated build time: 98 min (667 MHz)</screen></para>
<para>kdebase can use many optional libraries and programs. The following are
recommended:
<screen><xref linkend="openssl"/>, <xref linkend="lesstif"/>, <xref linkend="CDParanoia"/>, <xref linkend="libvorbis"/>,
-shadow (in the LFS book), and <xref linkend="cups"/>.</screen></para>
+shadow (in the LFS book), and <xref linkend="cups"/></screen></para>
<para>Other programs and libraries that can be used by kdebase are:
<screen><xref linkend="lame"/>, and <xref linkend="Linux_PAM"/></screen></para>
diff --git a/kde/inst/kde-edu.xml b/kde/inst/kde-edu.xml
index 99d5b3da5e..35ffb011a3 100644
--- a/kde/inst/kde-edu.xml
+++ b/kde/inst/kde-edu.xml
@@ -9,7 +9,7 @@ Package size: &kde-edu-size;
Estimated build time: 13 min (667 MHz)</screen></para>
<para>kdeedu depends on:
-<screen><xref linkend="kde-base"/>.</screen></para>
+<screen><xref linkend="kde-base"/></screen></para>
<para>Install kdeedu with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/kde/inst/kde-games.xml b/kde/inst/kde-games.xml
index 0c87d1c09b..a1924952c4 100644
--- a/kde/inst/kde-games.xml
+++ b/kde/inst/kde-games.xml
@@ -9,7 +9,7 @@ Package size: &kde-games-size;
Estimated build time: 24 min (667 MHz)</screen></para>
<para>kdegames depends on:
-<screen><xref linkend="kde-base"/>.</screen></para>
+<screen><xref linkend="kde-base"/></screen></para>
<para>Install kdegames with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/kde/inst/kde-graphics.xml b/kde/inst/kde-graphics.xml
index b7e3bd4bb4..fe2ab0a311 100644
--- a/kde/inst/kde-graphics.xml
+++ b/kde/inst/kde-graphics.xml
@@ -9,9 +9,9 @@ Package size: &kde-graphics-size;
Estimated build time: 24 min (667 MHz)</screen></para>
<para>kdegraphics depends on:
-<screen><xref linkend="kde-base"/> and <xref linkend="which"/> (or the which script).
-The kuickshow program requires <xref linkend="imlib"/>.
-The kooka program requires <xref linkend="sane"/>.</screen></para>
+<screen><xref linkend="kde-base"/> and <xref linkend="which"/> (or the which script)
+The kuickshow program requires <xref linkend="imlib"/>
+The kooka program requires <xref linkend="sane"/></screen></para>
<para>Install kdegraphics with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/kde/inst/kde-libs.xml b/kde/inst/kde-libs.xml
index 2918be5e23..1653e4a09d 100644
--- a/kde/inst/kde-libs.xml
+++ b/kde/inst/kde-libs.xml
@@ -19,10 +19,10 @@ have been validated.</para></warning>
<para>kdelibs can use many libraries and programs. The following are recommended:
<screen><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref linkend="libxml2"/>,
-<xref linkend="libxslt"/>, <xref linkend="libfam"/>, and <xref linkend="libart_lgpl"/>.</screen></para>
+<xref linkend="libxslt"/>, <xref linkend="libfam"/>, and <xref linkend="libart_lgpl"/></screen></para>
<para>Other optional programs and libraries that can be used by kdelibs are:
-<screen><xref linkend="cups"/>, <xref linkend="sane"/>, and <xref linkend="openldap"/>.</screen></para>
+<screen><xref linkend="cups"/>, <xref linkend="sane"/>, and <xref linkend="openldap"/></screen></para>
<para>Install kdelibs with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/kde/inst/kde-multimedia.xml b/kde/inst/kde-multimedia.xml
index b089d2d067..8263223c81 100644
--- a/kde/inst/kde-multimedia.xml
+++ b/kde/inst/kde-multimedia.xml
@@ -9,7 +9,7 @@ Package size: &kde-multimedia-size;
Estimated build time: 44 min (667 MHz)</screen></para>
<para>kdemultimedia depends on:
-<screen><xref linkend="kde-base"/>.</screen></para>
+<screen><xref linkend="kde-base"/></screen></para>
<para>Install kdemultimedia with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/kde/inst/kde-network.xml b/kde/inst/kde-network.xml
index 2fe8a3b7bd..65d5559bd0 100644
--- a/kde/inst/kde-network.xml
+++ b/kde/inst/kde-network.xml
@@ -9,7 +9,7 @@ Package size: &kde-network-size;
Estimated build time: 28 min (667 MHz)</screen></para>
<para>kdenetwork depends on:
-<screen><xref linkend="kde-base"/>.</screen></para>
+<screen><xref linkend="kde-base"/></screen></para>
<para>Install kdenetwork with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/kde/inst/kde-pim.xml b/kde/inst/kde-pim.xml
index 410aa86aba..9960afcd5a 100644
--- a/kde/inst/kde-pim.xml
+++ b/kde/inst/kde-pim.xml
@@ -9,7 +9,7 @@ Package size: &kde-pim-size;
Estimated build time: 22 min (667 MHz)</screen></para>
<para>kdepim depends on:
-<screen><xref linkend="kde-base"/>.</screen></para>
+<screen><xref linkend="kde-base"/></screen></para>
<para>The kpilot application depends on <filename>pilot-link</filename>
version 0.9.5 which can be found at <ulink
diff --git a/kde/inst/kde-utils.xml b/kde/inst/kde-utils.xml
index 2d8489b07d..454ea023f6 100644
--- a/kde/inst/kde-utils.xml
+++ b/kde/inst/kde-utils.xml
@@ -9,7 +9,7 @@ Package size: &kde-utils-size;
Estimated build time: 13 min (667 MHz)</screen></para>
<para>kdeutils depends on:
-<screen><xref linkend="kde-base"/>.</screen></para>
+<screen><xref linkend="kde-base"/></screen></para>
<para>Install kdeutils with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
diff --git a/multimedia/audioutils/cdparanoia/cdparanoia-desc.xml b/multimedia/audioutils/cdparanoia/cdparanoia-desc.xml
index 5d79c83954..5abb3cd342 100644
--- a/multimedia/audioutils/cdparanoia/cdparanoia-desc.xml
+++ b/multimedia/audioutils/cdparanoia/cdparanoia-desc.xml
@@ -2,7 +2,7 @@
<title>Contents</title>
<para>The CDParanoia package contains <userinput>cdparanoia</userinput>
-and the <filename>libcdda</filename> library.</para>
+and the <filename>libcdda</filename> libraries.</para>
</sect2>
diff --git a/multimedia/audioutils/mpg123/mpg123-intro.xml b/multimedia/audioutils/mpg123/mpg123-intro.xml
index bb7f4c0fff..ef56da2ecf 100644
--- a/multimedia/audioutils/mpg123/mpg123-intro.xml
+++ b/multimedia/audioutils/mpg123/mpg123-intro.xml
@@ -11,6 +11,6 @@ Estimated Disk space required: &mpg123-buildsize;</screen>
be the fastest mp3-decoder for unix.</para>
<screen>mpg123 depends on:
-<xref linkend="alsa"/> with oss-compatibility.</screen>
+<xref linkend="alsa-oss"/></screen>
</sect2>
diff --git a/multimedia/libdriv/alsa/lib/alsa-lib-intro.xml b/multimedia/libdriv/alsa/lib/alsa-lib-intro.xml
index 357580f870..3ade0f8c9c 100644
--- a/multimedia/libdriv/alsa/lib/alsa-lib-intro.xml
+++ b/multimedia/libdriv/alsa/lib/alsa-lib-intro.xml
@@ -10,6 +10,7 @@ Estimated Disk space required: &alsa-lib-buildsize;</screen>
<para>The alsa-lib package contains the alsa library. This is used by
programs (including alsa-utils) which wish to use the alsa sound interface.</para>
-<screen>alsa-lib depends on the header files from <xref linkend="alsa-driver"/></screen>
+<screen>alsa-lib depends on:
+the header files from <xref linkend="alsa-driver"/></screen>
</sect2>
diff --git a/multimedia/libdriv/alsa/tools/alsa-tools-intro.xml b/multimedia/libdriv/alsa/tools/alsa-tools-intro.xml
index 66f3a1eea0..cd9b1fe794 100644
--- a/multimedia/libdriv/alsa/tools/alsa-tools-intro.xml
+++ b/multimedia/libdriv/alsa/tools/alsa-tools-intro.xml
@@ -9,6 +9,7 @@ Estimated Disk space required: &alsa-tools-buildsize;</screen>
<para>The alsa-tools package contains advanced tools for certain soundcards.</para>
-<screen>alsa-tools depends on <xref linkend="alsa-lib"/>.</screen>
+<screen>alsa-tools depends on:
+<xref linkend="alsa-lib"/></screen>
</sect2>
diff --git a/multimedia/libdriv/alsa/utils/alsa-utils-intro.xml b/multimedia/libdriv/alsa/utils/alsa-utils-intro.xml
index 1aebc200c7..4cd3c1a808 100644
--- a/multimedia/libdriv/alsa/utils/alsa-utils-intro.xml
+++ b/multimedia/libdriv/alsa/utils/alsa-utils-intro.xml
@@ -10,6 +10,7 @@ Estimated Disk space required: &alsa-utils-buildsize;</screen>
<para>The alsa-utils package contains various utilities which are useful for
controlling your sound card.</para>
-<screen>alsa-utils depends on <xref linkend="alsa-lib"/>.</screen>
+<screen>alsa-utils depends on:
+<xref linkend="alsa-lib"/></screen>
</sect2>
diff --git a/multimedia/libdriv/audiofile/audiofile-desc.xml b/multimedia/libdriv/audiofile/audiofile-desc.xml
index 64e323aef8..cec3399313 100644
--- a/multimedia/libdriv/audiofile/audiofile-desc.xml
+++ b/multimedia/libdriv/audiofile/audiofile-desc.xml
@@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
-<para>The audiofile package contains <filename>audiofile</filename> libraries,
+<para>The audiofile package contains <filename>libaudiofile</filename> libraries,
<userinput>audiofile-config</userinput>, <userinput>sfinfo
</userinput>and <userinput>sfconvert</userinput>.</para>
diff --git a/multimedia/libdriv/esound/esound-desc.xml b/multimedia/libdriv/esound/esound-desc.xml
index 9134d090a0..2b46a5d56d 100644
--- a/multimedia/libdriv/esound/esound-desc.xml
+++ b/multimedia/libdriv/esound/esound-desc.xml
@@ -5,7 +5,7 @@
<userinput>esdcat</userinput>, <userinput>esdctl</userinput>,
<userinput>esdloop</userinput>, <userinput>esdmon</userinput>,
<userinput>esdrec</userinput>, <userinput>esdsample</userinput> and
-<filename>esd</filename> libraries.</para>
+<filename>libesd</filename> libraries.</para>
</sect2>
diff --git a/multimedia/libdriv/libao/libao-desc.xml b/multimedia/libdriv/libao/libao-desc.xml
index a4c828bbf2..638a3442cd 100644
--- a/multimedia/libdriv/libao/libao-desc.xml
+++ b/multimedia/libdriv/libao/libao-desc.xml
@@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
-<para>The libao package contains <filename>ao</filename> libraries.</para>
+<para>The libao package contains <filename>libao</filename> libraries.</para>
</sect2>
diff --git a/multimedia/libdriv/nas/nas-desc.xml b/multimedia/libdriv/nas/nas-desc.xml
index c10c7a896a..f6de27bbd0 100644
--- a/multimedia/libdriv/nas/nas-desc.xml
+++ b/multimedia/libdriv/nas/nas-desc.xml
@@ -1,7 +1,7 @@
<sect2>
<title>Contents</title>
-<para>The nas package contains <filename>nas</filename> utils, headers and libraries.</para>
+<para>The nas package contains <application>nas</application> utils, headers and libraries.</para>
</sect2>
diff --git a/multimedia/videoutils/ffmpeg/ffmpeg-desc.xml b/multimedia/videoutils/ffmpeg/ffmpeg-desc.xml
index 1bb1a7c023..ad0a548d8f 100644
--- a/multimedia/videoutils/ffmpeg/ffmpeg-desc.xml
+++ b/multimedia/videoutils/ffmpeg/ffmpeg-desc.xml
@@ -2,8 +2,9 @@
<title>Contents</title>
<para>The ffmpeg package contains <userinput>ffmpeg</userinput>,
-<userinput>ffserver</userinput>, <userinput>libavcodec</userinput> and
-<userinput>libavformat</userinput>.</para>
+<userinput>ffserver</userinput>, <filename>libavcodec</filename>
+libraries and
+<filename>libavformat</filename> libraries.</para>
</sect2>
diff --git a/multimedia/videoutils/transcode/transcode-inst.xml b/multimedia/videoutils/transcode/transcode-inst.xml
index bd3c3765ed..92c887a7db 100644
--- a/multimedia/videoutils/transcode/transcode-inst.xml
+++ b/multimedia/videoutils/transcode/transcode-inst.xml
@@ -35,9 +35,10 @@ you may want to choose different codecs for each.</para>
make &amp;&amp;
make install</userinput></screen></para>
+<!--
<para>Replace <userinput>&lt;version&gt;</userinput> with whichever
MPlayer Version number is appropriate.</para>
-
+-->
</sect3>
</sect2>
diff --git a/pst/printing/lprng/lprng-config.xml b/pst/printing/lprng/lprng-config.xml
index 3aa42312db..cda92f5e5b 100644
--- a/pst/printing/lprng/lprng-config.xml
+++ b/pst/printing/lprng/lprng-config.xml
@@ -65,7 +65,7 @@ esac
chmod 755 /etc/rc.d/init.d/lpd</userinput></screen></para>
<para>Create the symbolic links to the lprng init script in the relevant
-rc.d directories with the following commands:
+<filename>rc.d</filename> directories with the following commands:
<screen><userinput>cd /etc/rc.d/init.d &amp;&amp;
ln -sf ../init.d/lpd ../rc0.d/K00lprng &amp;&amp;
ln -sf ../init.d/lpd ../rc1.d/K00lprng &amp;&amp;
diff --git a/pst/scanning/xsane/xsane-intro.xml b/pst/scanning/xsane/xsane-intro.xml
index 620af1faec..4da534cbe1 100644
--- a/pst/scanning/xsane/xsane-intro.xml
+++ b/pst/scanning/xsane/xsane-intro.xml
@@ -12,6 +12,7 @@ additional features to improve the image quality compared to
xscanimage.</para>
<screen>xsane depends on:
-<xref linkend="sane"/>, <xref linkend="xfree86"/>, <xref linkend="libpng"/>, <xref linkend="GTK"/> and <xref linkend="gimp"/></screen>
+<xref linkend="sane"/>, <xref linkend="xfree86"/>, <xref linkend="libpng"/>,
+<xref linkend="GTK"/> and <xref linkend="gimp"/></screen>
</sect2>
diff --git a/xsoft/graphweb/galeon/galeon-desc.xml b/xsoft/graphweb/galeon/galeon-desc.xml
index c0b53d2ee9..d528ba77e2 100644
--- a/xsoft/graphweb/galeon/galeon-desc.xml
+++ b/xsoft/graphweb/galeon/galeon-desc.xml
@@ -9,7 +9,8 @@
<sect2><title>Description</title>
<sect3><title>galeon</title>
-<para>galeon sets LD_LIBRARY_PATH and MOZILLA_FIVE_HOME before executing
+<para>galeon sets <envar>LD_LIBRARY_PATH</envar> and
+<envar>MOZILLA_FIVE_HOME</envar> before executing
<filename>galeon-bin</filename>.</para></sect3>
<sect3><title>galeon-config-tool</title>
diff --git a/xsoft/office/abiword/abiword-intro.xml b/xsoft/office/abiword/abiword-intro.xml
index 0bdcc4ee18..01323ce6ef 100644
--- a/xsoft/office/abiword/abiword-intro.xml
+++ b/xsoft/office/abiword/abiword-intro.xml
@@ -13,7 +13,8 @@ is useful for writing reports, letters and other formatted documents.</para>
<screen>AbiWord depends on:
<xref linkend="GLib"/> and <xref linkend="GTK"/>
AbiWord will utilize:
-<xref linkend="expat"/>, <xref linkend="libpng"/>, <xref linkend="popt"/>, <xref linkend="gnome-libs"/>, <xref linkend="gnome-vfs1"/>, <xref linkend="gdk"/>,
+<xref linkend="expat"/>, <xref linkend="libpng"/>, <xref linkend="popt"/>,
+<xref linkend="gnome-libs"/>, <xref linkend="gnome-vfs1"/>, <xref linkend="gdk"/>,
<xref linkend="gal"/>, <xref linkend="bonobo14"/>, <xref
linkend="gnome-print"/> and ispell</screen>
diff --git a/xsoft/office/gimp/gimp-intro.xml b/xsoft/office/gimp/gimp-intro.xml
index 94e6c87421..b9354cfaf6 100644
--- a/xsoft/office/gimp/gimp-intro.xml
+++ b/xsoft/office/gimp/gimp-intro.xml
@@ -18,8 +18,8 @@ is useful for photo retouching, image composition and image authoring.</para>
<screen>gimp depends on:
<xref linkend="GTK"/>
gimp will utilize:
-<xref linkend="libtiff"/>, <xref linkend="libpng"/>, <xref
-linkend="libjpeg"/>, <xref linkend="aalib"/>, <ulink url="http://starship.python.net/~gward/mpeglib/mpeg_lib-1.3.1.tar.gz">mpeg_lib-1.3.1</ulink>, <xref linkend="Python"/>
-and <xref linkend="perl-modules"/>:Gtk-Perl-&Gtk-Perl-version;, PDL-&PDL-version; and Parse-RecDescent-&Parse-RecDescent-version;</screen>
+<xref linkend="libtiff"/>, <xref linkend="libpng"/>, <xref linkend="libjpeg"/>,
+<xref linkend="aalib"/>, <ulink url="http://starship.python.net/~gward/mpeglib/mpeg_lib-1.3.1.tar.gz">mpeg_lib-1.3.1</ulink>, <xref linkend="Python"/> and
+<xref linkend="perl-modules"/>:Gtk-Perl-&Gtk-Perl-version;, PDL-&PDL-version; and Parse-RecDescent-&Parse-RecDescent-version;</screen>
</sect2>
diff --git a/xsoft/office/gnumeric/gnumeric-intro.xml b/xsoft/office/gnumeric/gnumeric-intro.xml
index 4ba2aa7344..c64406d28e 100644
--- a/xsoft/office/gnumeric/gnumeric-intro.xml
+++ b/xsoft/office/gnumeric/gnumeric-intro.xml
@@ -12,8 +12,10 @@ Estimated build time: &gnumeric-time;</screen>
useful for financial analysis.</para>
<screen>gnumeric depends on:
-<xref linkend="libxml"/>, <xref linkend="gnome-libs"/>, libole2-0.2.4, <xref linkend="gnome-print"/> and <xref linkend="gal"/>
+<xref linkend="libxml"/>, <xref linkend="gnome-libs"/>, libole2-0.2.4,
+<xref linkend="gnome-print"/> and <xref linkend="gal"/>
gnumeric will utilize:
-<xref linkend="Python"/>, guile &gt;= 1.5, <xref linkend="bonobo14"/>, gb &gt;=0.0.17, gda &gt; 0.2.92, <xref linkend="guppi"/> and <xref linkend="evolution"/></screen>
+<xref linkend="Python"/>, guile &gt;= 1.5, <xref linkend="bonobo14"/>, gb &gt;=0.0.17,
+gda &gt; 0.2.92, <xref linkend="guppi"/> and <xref linkend="evolution"/></screen>
</sect2>
diff --git a/xsoft/suites/koffice.xml b/xsoft/suites/koffice.xml
index 2eb3cbfb8a..034d902ce4 100644
--- a/xsoft/suites/koffice.xml
+++ b/xsoft/suites/koffice.xml
@@ -11,7 +11,7 @@ Estimated Install size: 35 MB</screen></para>
<para>KOffice is the integrated office suite for KDE.</para>
<screen>KOffice depends on:
-<xref linkend="kde-base"/>.</screen>
+<xref linkend="kde-base"/></screen>
<para>KOffice also has many internationalization packages in the form of:
<screen>koffice-i18n-xx-&koffice-version;.tar.bz2</screen>
diff --git a/xsoft/suites/openoffice/openoffice-inst.xml b/xsoft/suites/openoffice/openoffice-inst.xml
index 271c78569e..d5dc7b0289 100644
--- a/xsoft/suites/openoffice/openoffice-inst.xml
+++ b/xsoft/suites/openoffice/openoffice-inst.xml
@@ -1,10 +1,13 @@
<sect2>
<title>Installation of openoffice</title>
-<para>Note that openoffice has problems with <userinput>bison-1.875</userinput>. Downgrade to
-<userinput>bison-1.75</userinput> or install bison-1.75 with an alternate
-prefix (e.g. <filename>/opt/bison-1.75</filename>) and put $bison_prefix/bin as the first
-entry in the PATH.</para>
+<para>Note that openoffice has problems with
+<application>bison-1.875</application>. Downgrade to
+<application>bison-1.75</application> or install
+<application>bison-1.75</application> with an alternate
+prefix (e.g. <filename>/opt/bison-1.75</filename>) and put <filename
+class="directory">$bison_prefix/bin</filename> as the first
+entry in the <envar>PATH</envar>.</para>
<para>Apply the downloaded patches and copy gpc files.</para>
@@ -16,7 +19,7 @@ done</userinput></screen></para>
<para>If you want to optimize the build, edit
<filename>solenv/inc/unxlngi4.mk</filename> and add the desired optimization
-flags to CFLAGSOPT variable. Some users have reported problems with
+flags to <envar>CFLAGSOPT</envar> variable. Some users have reported problems with
-fomit-frame-pointer. The best option is to not use any custom optimizations.
The following command removes an incorrect -mcpu option in the above file.</para>
diff --git a/xsoft/suites/openoffice/openoffice-intro.xml b/xsoft/suites/openoffice/openoffice-intro.xml
index ff6f2036fc..a327967689 100644
--- a/xsoft/suites/openoffice/openoffice-intro.xml
+++ b/xsoft/suites/openoffice/openoffice-intro.xml
@@ -22,8 +22,7 @@ ant
</screen>
<para>Download the General Polygon Clipper Library from <ulink
-url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/>
-</para>
+url="ftp://ftp.cs.man.ac.uk/pub/toby/gpc/gpc231.tar.Z"/>.</para>
<para>Also download the various patches from <userinput><ulink url="&hfile-root;"/></userinput>.
The patches begin with openoffice-&openoffice-version;.
@@ -41,9 +40,9 @@ hint for detailed information at <ulink
url="http://www.linuxfromscratch.org/~tushar/"/>. The
hint also discusses installation of auxiliary software.
</para>
-
+<!--
<note><para>There is a problem with the current version of OO on LFS.
The build and installation appears to be successful but no files are installed.
The cause is being investigated.</para></note>
-
+-->
</sect2>