Changeset 875b3b57 for networking


Ignore:
Timestamp:
12/08/2023 09:05:39 PM (5 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
4320a44
Parents:
99eb823a
git-author:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:03:47 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (12/08/2023 09:05:39 PM)
Message:

Fix various option vs parameter problems

Sometimes there is no really a problem, but alos avoids that
automatic detection with "make test-options" return false positives

Location:
networking
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/mutt.xml

    r99eb823a r875b3b57  
    250250
    251251    <para>
    252       <parameter>sed ... -e 's/ -with_backspaces//' ...</parameter>: This turns
     252      <command>sed ... -e 's/ -with_backspaces//' ...</command>: This turns
    253253      off the backspaces used for overstriking when <application>lynx</application>
    254254      is used, resulting in readable plain text when using <command>view</command>.
     
    256256
    257257    <para>
    258       <parameter>sed ... -e 's/elinks/links/' ...</parameter>: This allows
     258      <command>sed ... -e 's/elinks/links/' ...</command>: This allows
    259259      <command>links</command> to be run instead of <command>elinks</command>
    260260      which is not in the book.
     
    262262
    263263    <para>
    264       <parameter>sed ... -e 's/-no-numbering -no-references//' ...</parameter>:
     264      <command>sed ... -e 's/-no-numbering -no-references//' ...</command>:
    265265      This removes switches which are not understood by <command>links</command>.
    266266    </para>
  • networking/netprogs/samba.xml

    r99eb823a r875b3b57  
    284284
    285285    <para revision="sysv">
    286       <parameter>--with-shared-modules='!vfs_snapper'</parameter>: Disable
     286      <option>--with-shared-modules='!vfs_snapper'</option>: Disable
    287287      the vfs_snapper module if you want to build samba without <application>dbus</application> support, for setups without graphical user intefaces.
    288288    </para>
  • networking/netutils/avahi.xml

    r99eb823a r875b3b57  
    250250
    251251    <para>
    252       <parameter>--with-dbus-system-address=...</parameter>: This option
     252      <parameter>--with-dbus-system-address=</parameter>: This option
    253253      prevents the package from referring to the deprecated
    254254      <filename class='directory'>/var/run</filename> directory.
  • networking/netutils/networkmanager.xml

    r99eb823a r875b3b57  
    325325      program for session tracking.
    326326    </para>
    327 
     327<!-- not in instrucitons anymore
    328328    <para revision="systemd">
    329329      <parameter>-Dsystemdsystemunitdir=/lib/systemd/system</parameter>:
     
    331331      systemd units.
    332332    </para>
    333 
     333-->
    334334    <para>
    335335      <parameter>-Dppp=false</parameter>: This switch disables
Note: See TracChangeset for help on using the changeset viewer.