Author: pierre
Date: Sat Dec  7 09:38:33 2019
New Revision: 22448

Log:
Fix <option> vs <parameter>, and sometimes a little more

Modified:
   trunk/BOOK/general/genlib/glib2.xml
   trunk/BOOK/general/genlib/gobject-introspection.xml
   trunk/BOOK/general/genlib/libical.xml
   trunk/BOOK/general/genlib/pcre2.xml
   trunk/BOOK/general/genutils/pinentry.xml
   trunk/BOOK/general/graphlib/freetype2.xml
   trunk/BOOK/general/graphlib/gegl.xml
   trunk/BOOK/general/graphlib/giflib.xml
   trunk/BOOK/general/graphlib/jasper.xml
   trunk/BOOK/general/graphlib/libjpeg-turbo.xml
   trunk/BOOK/general/prog/openjdk.xml
   trunk/BOOK/general/prog/php.xml
   trunk/BOOK/general/sysutils/dbus.xml
   trunk/BOOK/gnome/applications/network-manager-applet.xml
   trunk/BOOK/gnome/platform/evolution-data-server.xml
   trunk/BOOK/gnome/platform/geocode-glib.xml
   trunk/BOOK/gnome/platform/grilo.xml
   trunk/BOOK/gnome/platform/libgdata.xml
   trunk/BOOK/gnome/platform/libsecret.xml
   trunk/BOOK/gnome/platform/libwnck.xml
   trunk/BOOK/gnome/platform/vte.xml
   trunk/BOOK/networking/netlibs/libnsl.xml
   trunk/BOOK/networking/netlibs/libsoup.xml
   trunk/BOOK/networking/netutils/bind-utils.xml
   trunk/BOOK/postlfs/security/firewalld.xml
   trunk/BOOK/postlfs/security/nftables.xml
   trunk/BOOK/server/major/bind.xml
   trunk/BOOK/x/lib/glew.xml
   trunk/BOOK/x/lib/libnotify.xml
   trunk/BOOK/x/lib/webkitgtk.xml
   trunk/BOOK/xsoft/other/gparted.xml
   trunk/BOOK/xsoft/other/hexchat.xml
   trunk/BOOK/xsoft/other/inkscape.xml
   trunk/BOOK/xsoft/other/xarchiver.xml

Modified: trunk/BOOK/general/genlib/glib2.xml
==============================================================================
--- trunk/BOOK/general/genlib/glib2.xml Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/general/genlib/glib2.xml Sat Dec  7 09:38:33 2019        (r22448)
@@ -245,7 +245,7 @@
     </para>
 
     <para>
-      <parameter>-Ddoc=true</parameter>: This switch causes the
+      <option>-Ddoc=true</option>: This switch causes the
       build to create and install the API documentation.
     </para>
 

Modified: trunk/BOOK/general/genlib/gobject-introspection.xml
==============================================================================
--- trunk/BOOK/general/genlib/gobject-introspection.xml Sat Dec  7 08:03:48 
2019        (r22447)
+++ trunk/BOOK/general/genlib/gobject-introspection.xml Sat Dec  7 09:38:33 
2019        (r22448)
@@ -127,12 +127,12 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><parameter>-Dgtk_doc=true</parameter>: Build and install 
+    <para><option>-Dgtk_doc=true</option>: Build and install 
     the documentation.</para>
 
-    <para><parameter>-Dcairo=true</parameter>: Use cairo for tests.</para>
+    <para><option>-Dcairo=true</option>: Use cairo for tests.</para>
 
-    <para><parameter>-Ddoctool=true</parameter>: Install g-ir-doc-tool 
+    <para><option>-Ddoctool=true</option>: Install g-ir-doc-tool 
     and run related tests.</para>
 
   </sect2>

Modified: trunk/BOOK/general/genlib/libical.xml
==============================================================================
--- trunk/BOOK/general/genlib/libical.xml       Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/general/genlib/libical.xml       Sat Dec  7 09:38:33 2019        
(r22448)
@@ -78,13 +78,17 @@
       <xref linkend="cmake"/>
     </para>
 
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="gobject-introspection"/> and 
+      <xref linkend="vala"/>(both required for Gnome)
+    </para>
+
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
       <xref linkend="db"/>,
       <xref linkend="doxygen"/> (for the API documentation),
-      <xref linkend="icu"/>, and both
-      <xref linkend="gobject-introspection"/> and 
-      <xref linkend="vala"/>(required for Gnome)
+      <xref linkend="icu"/>
     </para>
 
     <para condition="html" role="usernotes">User Notes:
@@ -103,6 +107,9 @@
 <screen><userinput>mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
+  <!-- Needs confirmation, but I got a race condition at -j8,
+  -j1 allowed the build to pass. Pierre 2019-12-06 -->
+
 cmake -DCMAKE_INSTALL_PREFIX=/usr  \
       -DCMAKE_BUILD_TYPE=Release   \
       -DSHARED_ONLY=yes            \
@@ -167,18 +174,18 @@
     </para>
 
     <para>
-      <option>-DUSE_BUILTIN_TZDATA=yes</option>: This switch is used
-      in order to build using your own timezone data.
+      <parameter>-DGOBJECT_INTROSPECTION=true</parameter>: This switch is used
+      to generate GObject metadata bindings.
     </para>
 
     <para>
-      <option>-DGOBJECT_INTROSPECTION=true</option>: This switch is used
-      to generate GObject metadata bindings.
+      <parameter>-DICAL_GLIB_VAPI=true</parameter>: This switch is used
+      in order to build bindings for <xref linkend="vala"/>.
     </para>
 
     <para>
-      <option>-DICAL_GLIB_VAPI=true</option>: This switch is used
-      in order to build bindings for <xref linkend="vala"/>.
+      <option>-DUSE_BUILTIN_TZDATA=yes</option>: This switch is used
+      in order to build using your own timezone data.
     </para>
 
     <!-- No CMake equivalents

Modified: trunk/BOOK/general/genlib/pcre2.xml
==============================================================================
--- trunk/BOOK/general/genlib/pcre2.xml Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/general/genlib/pcre2.xml Sat Dec  7 09:38:33 2019        (r22448)
@@ -156,8 +156,8 @@
       href="../../xincludes/static-libraries.xml"/>
 
     <para>
-      <option>--enable-jit</option>: this option enables Just-in-time 
compiling,
-      which can greatly speed up pattern matching.
+      <parameter>--enable-jit</parameter>: this option enables Just-in-time
+      compiling, which can greatly speed up pattern matching.
     </para>
 
   </sect2>

Modified: trunk/BOOK/general/genutils/pinentry.xml
==============================================================================
--- trunk/BOOK/general/genutils/pinentry.xml    Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/general/genutils/pinentry.xml    Sat Dec  7 09:38:33 2019        
(r22448)
@@ -133,7 +133,7 @@
     </para>
 
     <para>
-      <option>--enable-pinentry-tty</option>: Default is 'maybe'.
+      <parameter>--enable-pinentry-tty</parameter>: Default is 'maybe'.
     </para>
 
   </sect2>

Modified: trunk/BOOK/general/graphlib/freetype2.xml
==============================================================================
--- trunk/BOOK/general/graphlib/freetype2.xml   Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/general/graphlib/freetype2.xml   Sat Dec  7 09:38:33 2019        
(r22448)
@@ -177,7 +177,7 @@
     </para>
 
     <para>
-      <parameter>--without-harfbuzz</parameter>: If
+      <option>--without-harfbuzz</option>: If
       <application>harfbuzz</application> is installed prior to
       <application>freetype</application> without
       <application>freetype</application> support, use this switch to avoid a

Modified: trunk/BOOK/general/graphlib/gegl.xml
==============================================================================
--- trunk/BOOK/general/graphlib/gegl.xml        Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/general/graphlib/gegl.xml        Sat Dec  7 09:38:33 2019        
(r22448)
@@ -148,7 +148,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <parameter>-Ddocs=true</parameter>: Build and
+      <option>-Ddocs=true</option>: Build and
       install documentation.
     </para>
 

Modified: trunk/BOOK/general/graphlib/giflib.xml
==============================================================================
--- trunk/BOOK/general/graphlib/giflib.xml      Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/general/graphlib/giflib.xml      Sat Dec  7 09:38:33 2019        
(r22448)
@@ -107,9 +107,6 @@
       directory that would otherwise be installed by the commands that follow.
     </para>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/static-libraries.xml"/>
-
   </sect2>
 
   <sect2 role="content">

Modified: trunk/BOOK/general/graphlib/jasper.xml
==============================================================================
--- trunk/BOOK/general/graphlib/jasper.xml      Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/general/graphlib/jasper.xml      Sat Dec  7 09:38:33 2019        
(r22448)
@@ -106,12 +106,16 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>-DCMAKE_SKIP_INSTALL_RPATH=YES</option>: This option removes
-    embedded library search paths.</para>
+    <para>
+      <parameter>-DCMAKE_SKIP_INSTALL_RPATH=YES</parameter>: This option
+      removes embedded library search paths.
+    </para>
 
-    <para><option>-DJAS_ENABLE_DOC=NO</option>: This option disables
-    rebuilding the pdf documentation if <xref linkend="texlive"/>
-    is installed.</para>
+    <para>
+      <parameter>-DJAS_ENABLE_DOC=NO</parameter>: This option disables
+      rebuilding the pdf documentation if <xref linkend="texlive"/>
+      is installed.
+    </para>
 
   </sect2>
 

Modified: trunk/BOOK/general/graphlib/libjpeg-turbo.xml
==============================================================================
--- trunk/BOOK/general/graphlib/libjpeg-turbo.xml       Sat Dec  7 08:03:48 
2019        (r22447)
+++ trunk/BOOK/general/graphlib/libjpeg-turbo.xml       Sat Dec  7 09:38:33 
2019        (r22448)
@@ -132,7 +132,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <parameter>-DWITH_JPEG8=ON</parameter>: This switch enables compatibility
+      <option>-DWITH_JPEG8=ON</option>: This switch enables compatibility
       with <application>libjpeg</application> version 8.
     </para>
 <!--

Modified: trunk/BOOK/general/prog/openjdk.xml
==============================================================================
--- trunk/BOOK/general/prog/openjdk.xml Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/general/prog/openjdk.xml Sat Dec  7 09:38:33 2019        (r22448)
@@ -357,7 +357,7 @@
     </para>
 
     <para>
-      <parameter>--with-jobs=<replaceable>&lt;X&gt;</replaceable></parameter>:
+      <option>--with-jobs=<replaceable>&lt;X&gt;</replaceable></option>:
       The <parameter>-j</parameter> passed to make does not work with make as
       invoked here. By default, the build system will use the number of
       CPUs - 1.

Modified: trunk/BOOK/general/prog/php.xml
==============================================================================
--- trunk/BOOK/general/prog/php.xml     Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/general/prog/php.xml     Sat Dec  7 09:38:33 2019        (r22448)
@@ -429,14 +429,15 @@
         enables multibyte string support.
       </para>
 
+<!--
       <para>
-        <parameter>--disable-mbstring</parameter>: This parameter
+        <parameter>- -disable-mbstring</parameter>: This parameter
         disables multibyte string regular expression support.  It
         requires the external 
         <ulink url="https://github.com/kkos/oniguruma";>oniguruma</ulink> 
         library.
       </para>
-
+-->
       <para>
         <parameter>--with-readline</parameter>: This parameter
         enables command line <application>Readline</application> support.

Modified: trunk/BOOK/general/sysutils/dbus.xml
==============================================================================
--- trunk/BOOK/general/sysutils/dbus.xml        Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/general/sysutils/dbus.xml        Sat Dec  7 09:38:33 2019        
(r22448)
@@ -307,11 +307,11 @@
     </para>
 
     <para revision="sysv">
-      <parameter>--with-systemd{user,system}unitdir=</parameter>: These
+      <parameter>--with-systemd{user,system}unitdir=no</parameter>: These
       switches disable installation of systemd units on elogind based systems.
     </para>
     <para>
-      <parameter>--with-console-auth-dir=/run/console/</parameter>: This
+      <parameter>--with-console-auth-dir=/run/console</parameter>: This
       parameter specifies the directory to check for console ownerhip.
     </para>
 

Modified: trunk/BOOK/gnome/applications/network-manager-applet.xml
==============================================================================
--- trunk/BOOK/gnome/applications/network-manager-applet.xml    Sat Dec  7 
08:03:48 2019        (r22447)
+++ trunk/BOOK/gnome/applications/network-manager-applet.xml    Sat Dec  7 
09:38:33 2019        (r22448)
@@ -164,6 +164,11 @@
       switch forcibly disables Mobile Broadband Provider support because it
       is not currently available in BLFS.
     </para>
+    <para>
+      <parameter>-Dgtk_doc=false</parameter>: Remove this if you have
+      <xref linkend="gtk-doc"/> installed and want to rebuild the
+      documentation with it.
+    </para>
 
     <para>
       <option>-Dwwan=false</option>: This switch disables WWAN support.
@@ -172,10 +177,6 @@
     <para>
       <option>-Dintrospection=false</option>: Use this if you do not have 
<xref linkend="gobject-introspection"/> installed.
     </para>
-    <para>
-      <option>-Dgtk_doc=false</option>: Remove this if you have <xref 
linkend="gtk-doc"/> installed
-      and want to rebuild the documentation with it.
-    </para>
 
   </sect2>
 

Modified: trunk/BOOK/gnome/platform/evolution-data-server.xml
==============================================================================
--- trunk/BOOK/gnome/platform/evolution-data-server.xml Sat Dec  7 08:03:48 
2019        (r22447)
+++ trunk/BOOK/gnome/platform/evolution-data-server.xml Sat Dec  7 09:38:33 
2019        (r22448)
@@ -194,7 +194,7 @@
     </para>
 
     <para revision="sysv">
-      <parameter>-DWITHSYSTEMDUSERUNITDIR=no</parameter>: This switch
+      <parameter>-DWITH_SYSTEMDUSERUNITDIR=no</parameter>: This switch
       disables installing the systemd units, which are not used for a Sysv
       build.
     </para>

Modified: trunk/BOOK/gnome/platform/geocode-glib.xml
==============================================================================
--- trunk/BOOK/gnome/platform/geocode-glib.xml  Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/gnome/platform/geocode-glib.xml  Sat Dec  7 09:38:33 2019        
(r22448)
@@ -128,7 +128,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <option>-Denable-gtk-doc=false</option>: Allow this package to be
+      <parameter>-Denable-gtk-doc=false</parameter>: Allow this package to be
       built without GTK-Doc.  Remove this parameter if GTK-Doc is installed
       and you wish to rebuild and install the API documentation.
     </para>

Modified: trunk/BOOK/gnome/platform/grilo.xml
==============================================================================
--- trunk/BOOK/gnome/platform/grilo.xml Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/gnome/platform/grilo.xml Sat Dec  7 09:38:33 2019        (r22448)
@@ -119,9 +119,9 @@
     <title>Command Explanations</title>
 
     <para>
-      <option>-Denable-gtk-doc=false</option>: This option disables generating
-      documentation. If you have <xref linkend="gtk-doc"/> installed and wish
-      to generate documentation, remove this option.
+      <parameter>-Denable-gtk-doc=false</parameter>: This option disables
+      generating documentation. If you have <xref linkend="gtk-doc"/>
+      installed and wish to generate documentation, remove this option.
     </para>
 
   </sect2>

Modified: trunk/BOOK/gnome/platform/libgdata.xml
==============================================================================
--- trunk/BOOK/gnome/platform/libgdata.xml      Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/gnome/platform/libgdata.xml      Sat Dec  7 09:38:33 2019        
(r22448)
@@ -132,8 +132,9 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
     <para>
-      <option>-Dgtk_doc=false</option>: Remove this if you have <xref 
linkend="gtk-doc"/> installed
-      and want to rebuild the documentation with it.
+      <parameter>-Dgtk_doc=false</parameter>: Remove this if you have
+      <xref linkend="gtk-doc"/> installed and want to rebuild the
+      documentation with it.
     </para>
   </sect2>
 

Modified: trunk/BOOK/gnome/platform/libsecret.xml
==============================================================================
--- trunk/BOOK/gnome/platform/libsecret.xml     Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/gnome/platform/libsecret.xml     Sat Dec  7 09:38:33 2019        
(r22448)
@@ -159,7 +159,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <option>-Dgtk_doc=false</option>: Remove this if you have <xref 
linkend="gtk-doc"/> installed
+      <parameter>-Dgtk_doc=false</parameter>: Remove this if you have <xref 
linkend="gtk-doc"/> installed
       and want to rebuild the documentation with it.
     </para>
 

Modified: trunk/BOOK/gnome/platform/libwnck.xml
==============================================================================
--- trunk/BOOK/gnome/platform/libwnck.xml       Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/gnome/platform/libwnck.xml       Sat Dec  7 09:38:33 2019        
(r22448)
@@ -123,7 +123,7 @@
     <title>Command Explanations</title>
 
     <para>
-      <parameter>-Dgtk_doc=true</parameter>: Use this option
+      <option>-Dgtk_doc=true</option>: Use this option
       to build the API reference manual.
     </para>
 

Modified: trunk/BOOK/gnome/platform/vte.xml
==============================================================================
--- trunk/BOOK/gnome/platform/vte.xml   Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/gnome/platform/vte.xml   Sat Dec  7 09:38:33 2019        (r22448)
@@ -141,6 +141,11 @@
     -->
 
     <para>
+      <parameter>-Dfribidi=false</parameter>: Omit this switch if want to 
enable 
+      bidirectional capabilities.
+    </para>
+
+    <para>
       <option>-Dgnutls=false</option>: Add this switch if you do not
       want to enable GNUTLS support.
     </para>
@@ -151,11 +156,6 @@
     </para>
 
     <para>
-      <option>-Dfribidi=false</option>: Omit this switch if want to enable 
-      bidirectional capabilities.
-    </para>
-
-    <para>
       <option>-Ddocs=true</option>: Add this switch if wish to 
       build the documentation.
     </para>

Modified: trunk/BOOK/networking/netlibs/libnsl.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/libnsl.xml    Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/networking/netlibs/libnsl.xml    Sat Dec  7 09:38:33 2019        
(r22448)
@@ -127,9 +127,10 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+<!-- there is no disable-static in the configure string
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
-
+-->
     <para>
       <command>mv -v /usr/lib/libnsl.so.2* ...</command>: Move shared
       libraries into /lib so they are available before /usr is mounted.

Modified: trunk/BOOK/networking/netlibs/libsoup.xml
==============================================================================
--- trunk/BOOK/networking/netlibs/libsoup.xml   Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/networking/netlibs/libsoup.xml   Sat Dec  7 09:38:33 2019        
(r22448)
@@ -149,9 +149,9 @@
     </para>
 
     <para>
-      <option>-Dgssapi=disabled</option>: libsoup defaults to building with 
GSSAPI support,
+      <parameter>-Dgssapi=disabled</parameter>: libsoup defaults to building 
with GSSAPI support,
       which requires Kerberos (as does the test suite). If you are building 
GNOME or
-      have kerberos installed, remove this option.
+      have kerberos installed, remove this switch.
     </para>
 
   </sect2>

Modified: trunk/BOOK/networking/netutils/bind-utils.xml
==============================================================================
--- trunk/BOOK/networking/netutils/bind-utils.xml       Sat Dec  7 08:03:48 
2019        (r22447)
+++ trunk/BOOK/networking/netutils/bind-utils.xml       Sat Dec  7 09:38:33 
2019        (r22448)
@@ -101,7 +101,7 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>--without-python</option>: This option eliminates
+    <para><parameter>--without-python</parameter>: This option eliminates
     the need for an unused python module.</para>
 
     <para><command>make -C lib/...</command>: These commands build the

Modified: trunk/BOOK/postlfs/security/firewalld.xml
==============================================================================
--- trunk/BOOK/postlfs/security/firewalld.xml   Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/postlfs/security/firewalld.xml   Sat Dec  7 09:38:33 2019        
(r22448)
@@ -164,7 +164,7 @@
     </para>
 
     <para revision="sysv">
-      <parameter>--without-systemd</parameter>: This command prevents
+      <parameter>--disable-systemd</parameter>: This command prevents
       installation of <application>systemd</application> services.
     </para>
 

Modified: trunk/BOOK/postlfs/security/nftables.xml
==============================================================================
--- trunk/BOOK/postlfs/security/nftables.xml    Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/postlfs/security/nftables.xml    Sat Dec  7 09:38:33 2019        
(r22448)
@@ -165,9 +165,10 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+<!-- there is no disable-static option in the configure string
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
       href="../../xincludes/static-libraries.xml"/>
-
+-->
     <para>
       <parameter>--with-json</parameter>: build with support for JSON rules.
       Omit if <xref linkend="jansson"/> is not available.

Modified: trunk/BOOK/server/major/bind.xml
==============================================================================
--- trunk/BOOK/server/major/bind.xml    Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/server/major/bind.xml    Sat Dec  7 09:38:33 2019        (r22448)
@@ -194,7 +194,7 @@
     building of dynamic libraries and links the installed binaries to these
     libraries.</para>
     
-    <para><parameter>--with-libidn2</parameter>: This parameter enables
+    <para><option>--with-libidn2</option>: This parameter enables
     the IDNA2008 (Internationalized Domain Names in Applications)
     support.</para>
 

Modified: trunk/BOOK/x/lib/glew.xml
==============================================================================
--- trunk/BOOK/x/lib/glew.xml   Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/x/lib/glew.xml   Sat Dec  7 09:38:33 2019        (r22448)
@@ -118,7 +118,7 @@
     </para>
 
     <para>
-      <parameter>sed -i -e '/glew.lib.static:/d' ...</parameter>: This 
suppresses
+      <command>sed -i -e '/glew.lib.static:/d' ...</command>: This suppresses
       the static library.
     </para>
 

Modified: trunk/BOOK/x/lib/libnotify.xml
==============================================================================
--- trunk/BOOK/x/lib/libnotify.xml      Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/x/lib/libnotify.xml      Sat Dec  7 09:38:33 2019        (r22448)
@@ -137,7 +137,7 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>-Dgtk_doc=false</option>: Remove this parameter if
+    <para><parameter>-Dgtk_doc=false</parameter>: Remove this parameter if
     <application>GTK-Doc</application> is installed and you wish to rebuild
     and install the API documentation.</para>
 

Modified: trunk/BOOK/x/lib/webkitgtk.xml
==============================================================================
--- trunk/BOOK/x/lib/webkitgtk.xml      Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/x/lib/webkitgtk.xml      Sat Dec  7 09:38:33 2019        (r22448)
@@ -201,6 +201,18 @@
     </para>
 
     <para>
+      <parameter>-DUSE_WPE_RENDERER=OFF</parameter>: Remove this switch if the 
optional 
+      packages <ulink 
url="https://github.com/WebPlatformForEmbedded/libwpe";>libwpe</ulink> and
+      <ulink 
url="https://github.com/Igalia/WPEBackend-fdo";>WPEBackend-fdo</ulink> are 
installed.
+    </para>
+
+    <para>
+      <parameter>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</parameter>: Remove this 
switch if the optional 
+      package <ulink 
url="https://github.com/flatpak/xdg-dbus-proxy";>xdg-dbus-proxy</ulink>
+      is installed.
+    </para>
+
+    <para>
       <option>-DUSE_LIBNOTIFY=OFF</option>: Use this switch if you do not
       have <application>libnotify</application> installed.
     </para>
@@ -226,18 +238,6 @@
       package <xref linkend="woff2"/> is installed.
     </para>
 
-    <para>
-      <option>-DUSE_WPE_RENDERER=OFF</option>: Remove this switch if the 
optional 
-      packages <ulink 
url="https://github.com/WebPlatformForEmbedded/libwpe";>libwpe</ulink> and
-      <ulink 
url="https://github.com/Igalia/WPEBackend-fdo";>WPEBackend-fdo</ulink> are 
installed.
-    </para>
-
-    <para>
-      <option>-DENABLE_BUBBLEWRAP_SANDBOX=OFF</option>: Remove this switch if 
the optional 
-      package <ulink 
url="https://github.com/flatpak/xdg-dbus-proxy";>xdg-dbus-proxy</ulink>
-      is installed.
-    </para>
-
   </sect2>
 
   <sect2 role="content">

Modified: trunk/BOOK/xsoft/other/gparted.xml
==============================================================================
--- trunk/BOOK/xsoft/other/gparted.xml  Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/xsoft/other/gparted.xml  Sat Dec  7 09:38:33 2019        (r22448)
@@ -130,8 +130,10 @@
       <application>GNOME Doc Utils</application>.
     </para>
 
+<!-- this is an option, not a parameter, but is it still necessary for
+     wayland? -->
     <para>
-      <parameter>--enable-xhost-root</parameter>: This switch  provides an
+      <option>--enable-xhost-root</option>: This switch  provides an
       interim workaround to allow GParted to run under Wayland by using xhost
       to grant and revoke root access to the X11 display. 
     </para>

Modified: trunk/BOOK/xsoft/other/hexchat.xml
==============================================================================
--- trunk/BOOK/xsoft/other/hexchat.xml  Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/xsoft/other/hexchat.xml  Sat Dec  7 09:38:33 2019        (r22448)
@@ -110,13 +110,13 @@
     <title>Command Explanations</title>
 
     <para>
-      <option>-Dwith-libcanberra=false</option>: Use this switch if you have
-      libcanberra not installed.
+      <parameter>-Dwith-lua=lua</parameter>: By default, this package 
+      will look for luajit. Use the normal lua instead.
     </para>
 
     <para>
-      <option>-Dwith-lua=lua</option>: By default, this package 
-      will look for luajit. Use the normal lua instead.
+      <option>-Dwith-libcanberra=false</option>: Use this switch if you have
+      libcanberra not installed.
     </para>
 
   </sect2>

Modified: trunk/BOOK/xsoft/other/inkscape.xml
==============================================================================
--- trunk/BOOK/xsoft/other/inkscape.xml Sat Dec  7 08:03:48 2019        (r22447)
+++ trunk/BOOK/xsoft/other/inkscape.xml Sat Dec  7 09:38:33 2019        (r22448)
@@ -231,7 +231,7 @@
     </para>
 
     <para>
-      <parameter>rm -v /usr/lib/inkscape/lib*_LIB.a</parameter>: The conversion
+      <command>rm -v /usr/lib/inkscape/lib*_LIB.a</command>: The conversion
       of the package to use <command>cmake</command> has led to these libraries
       getting installed, but they are not usable (there are no header files to
       let a program know what they contain). So remove them.

Modified: trunk/BOOK/xsoft/other/xarchiver.xml
==============================================================================
--- trunk/BOOK/xsoft/other/xarchiver.xml        Sat Dec  7 08:03:48 2019        
(r22447)
+++ trunk/BOOK/xsoft/other/xarchiver.xml        Sat Dec  7 09:38:33 2019        
(r22448)
@@ -125,7 +125,6 @@
 
 ./autogen.sh --prefix=/usr               \
              --libexecdir=/usr/lib/xfce4 \
-             --disable-gtk3              \
              --docdir=/usr/share/doc/xarchiver-&xarchiver-version; &amp;&amp;
 make</userinput></screen>
 
@@ -154,9 +153,8 @@
     </para>
 
     <para>
-      <parameter>--disable-gtk3</parameter>: This switch allows building
-      against GTK+2. Default is <parameter>--enable-gtk3</parameter>. Remove it
-      or replace it, if you wish to build against GTK+3.
+      <option>--disable-gtk3</option>: This switch allows building
+      against GTK+2.
     </para>
 
   </sect2>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to