Changeset a28ea0a


Ignore:
Timestamp:
09/14/2022 10:30:10 PM (20 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
f29824e
Parents:
9d18322 (diff), e4c6597 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter07/createfiles.xml

    r9d18322 ra28ea0a  
    4949
    5050<screen><userinput>cat &gt; /etc/hosts &lt;&lt; EOF
    51 127.0.0.1  localhost $(hostname)
    52 ::1        localhost
     51<literal>127.0.0.1  localhost $(hostname)
     52::1        localhost</literal>
    5353EOF</userinput></screen>
    5454
  • chapter08/groff.xml

    r9d18322 ra28ea0a  
    5353
    5454<screen><userinput remap="configure">PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr</userinput></screen>
     55
     56    <para>Build the package:</para>
    5557
    5658<screen><userinput remap="make">make</userinput></screen>
  • chapter08/python.xml

    r9d18322 ra28ea0a  
    117117    commands:</para>
    118118
    119  <screen><userinput remap="install">cat &gt; /etc/pip.conf &lt;&lt; EOF
    120 [global]
     119<screen><userinput remap="install">cat &gt; /etc/pip.conf &lt;&lt; EOF
     120<literal>[global]
    121121root-user-action = ignore
    122 disable-pip-version-check = true
     122disable-pip-version-check = true</literal>
    123123EOF
    124124</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.