Changes in / [9d18322:a28ea0a]


Ignore:
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.