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

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.