Changeset f7841987 for networking


Ignore:
Timestamp:
10/12/2016 12:23:02 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:
0b7a940
Parents:
48b417ab
Message:

Another run of parameter vs option fixes

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

Location:
networking
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mutt.xml

    r48b417ab rf7841987  
    218218    </application> instead of <application>Ncurses</application>.</para> -->
    219219
    220     <para><parameter>test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}</parameter>:
    221     if the text manual is now empty (<application>libxslt</application> is installed,
    222     but without any of the specified text browsers), restore it from the copy.</para>
     220    <para><command>test -s doc/manual.txt || mv -v doc/manual.txt{.shipped,}
     221      </command>:
     222    if the text manual is now empty (<application>libxslt</application> is
     223    installed, but without any of the specified text browsers), restore it
     224    from the copy.</para>
    223225
    224226  </sect2>
  • networking/netlibs/libpcap.xml

    r48b417ab rf7841987  
    134134    <title>Command Explanations</title>
    135135
    136     <para><parameter>--enable-bluetooth=no</parameter>: Necessary, if the
     136    <para><option>--enable-bluetooth=no</option>: Necessary, if the
    137137    recommended patch is not applied, because since 1.6.1 this application
    138138    needs a fix, in order to build with
  • networking/netprogs/ntp.xml

    r48b417ab rf7841987  
    127127    ntp, so use Linux capabilities for non-root clock control.</para>
    128128
    129     <para><option>--with-lineeditlibs=readline</option>: This option enables
    130     <application>Readline</application> support for <command>ntpdc</command>
    131     and <command>ntpq</command> programs. If omitted,
     129    <para><parameter>--with-lineeditlibs=readline</parameter>: This switch
     130    enables <application>Readline</application> support for
     131    <command>ntpdc</command> and <command>ntpq</command> programs. If omitted,
    132132    <application>libedit</application> will be used if installed, otherwise no
    133133    readline capabilites will be compiled.</para>
  • networking/netprogs/samba.xml

    r48b417ab rf7841987  
    199199
    200200    <para revision="sysv"><parameter>--without-systemd</parameter>: Disable
    201     <application>systemd</application> integration, which is not part of
    202     LFS/BLFS. If you use <application>systemd</application>, replace by
    203     <parameter>--with-systemd</parameter>.</para>
    204 
    205     <para revision="sysv"><option>--without-ad-dc</option>: Disable Active
    206     Directory Domain Controller functionality. See <ulink
     201    <application>systemd</application> integration, since it is not built
     202    in the SYS V version of LFS/BLFS.</para>
     203
     204    <para revision="sysv"><parameter>--without-ad-dc</parameter>: Disable
     205    Active Directory Domain Controller functionality. See <ulink
    207206    url="https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller">
    208207    Setup a Samba Active Directory Domain Controller</ulink> for detailed
  • networking/textweb/w3m.xml

    r48b417ab rf7841987  
    136136    <xref linkend="gtk2"/> is not installed.</para>
    137137
    138     <para><option>--sysconfdir=/etc</option>: This option puts the configuration
    139     files in /etc.</para>
     138    <para><parameter>--sysconfdir=/etc</parameter>: This option puts the
     139    configuration files in /etc.</para>
    140140  </sect2>
    141141
Note: See TracChangeset for help on using the changeset viewer.