Changeset c33c599 for xsoft


Ignore:
Timestamp:
10/13/2016 04:25:58 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1a518e97
Parents:
7830c481
Message:

Yet another run of option vs parameter fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17880 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xsoft/other
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/ekiga.xml

    r7830c481 rc33c599  
    120120            --disable-eds     \
    121121            --disable-gdu     \
    122             --disable-ldap    \
    123             --disable-scrollkeeper &amp;&amp;
     122            --disable-ldap    &amp;&amp;
    124123make</userinput></screen>
    125124
  • xsoft/other/pidgin.xml

    r7830c481 rc33c599  
    192192
    193193    <para>
    194       <option>--with-gstreamer=1.0</option>: Remove this switch
     194      <parameter>--with-gstreamer=1.0</parameter>: Remove this switch
    195195      and add <option>--disable-gstreamer</option>
    196196      if you've not installed <xref linkend="gstreamer10"/>.
     
    198198
    199199    <para>
    200       <option>--disable-avahi</option>: Remove this switch if you've
     200      <parameter>--disable-avahi</parameter>: Remove this switch if you've
    201201      installed <xref linkend="avahi"/>.
    202202    </para>
    203203
    204204    <para>
    205       <option>--disable-gtkspell</option>: Spellchecking. Remove this switch if
    206       you've installed
     205      <parameter>--disable-gtkspell</parameter>: Spellchecking. Remove this
     206      switch if you've installed
    207207      <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
    208208    </para>
    209209
    210210    <para>
    211       <option>--disable-meanwhile</option>: Remove this switch if you've
     211      <parameter>--disable-meanwhile</parameter>: Remove this switch if you've
    212212      installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
    213213    </para>
    214214
    215215    <para>
    216       <option>--disable-idn</option>: Remove this switch if you've installed
    217       <xref linkend="libidn"/>.
    218     </para>
    219 
    220     <para>
    221       <option>--disable-nm</option>: Remove this switch if you've installed
    222       <xref linkend="NetworkManager"/>.
    223     </para>
    224 
    225     <para>
    226       <option>--disable-vv</option>: Video and voice. Remove this switch if
    227       you've installed
     216      <parameter>--disable-idn</parameter>: Remove this switch if you've
     217      installed <xref linkend="libidn"/>.
     218    </para>
     219
     220    <para>
     221      <parameter>--disable-nm</parameter>: Remove this switch if you've
     222      installed <xref linkend="NetworkManager"/>.
     223    </para>
     224
     225    <para>
     226      <parameter>--disable-vv</parameter>: Video and voice. Remove this
     227      switch if you've installed
    228228      <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
    229229      Farstream (Version 0.1)</ulink>.
     
    231231
    232232    <para>
    233       <option>--disable-tcl</option>: Remove this switch if you've installed
    234       <xref linkend="tcl"/>.
     233      <parameter>--disable-tcl</parameter>: Remove this switch if you've
     234      installed <xref linkend="tcl"/>.
    235235    </para>
    236236
  • xsoft/other/xarchiver.xml

    r7830c481 rc33c599  
    160160
    161161    <para>
    162       <parameter>---disable-gtk3</parameter>: This switch chooses to build
     162      <parameter>---disable-gtk3</parameter>: This switch allows building
    163163      against GTK+2. Default is <parameter>--enable-gtk3</parameter>. Remove it
    164164      or replace it, if you wish to build against GTK+3.
  • xsoft/other/xchat.xml

    r7830c481 rc33c599  
    120120    <title>Command Explanations</title>
    121121
    122     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../../xincludes/gnome-sysconfdir.xml"/>
    124 
    125122    <para><parameter>--enable-shm</parameter>: This parameter is used to enable
    126123    XShm for fast tinting.</para>
    127124
    128     <para><parameter>--enable-ipv6</parameter>: Enable IPv6 support in xchat.</para>
     125    <para><option>--enable-ipv6</option>: Enable IPv6 support in xchat.</para>
    129126
    130127  </sect2>
Note: See TracChangeset for help on using the changeset viewer.