Changeset f8018d2c for chapter08


Ignore:
Timestamp:
07/17/2022 03:45:24 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib, xry111/multilib
Children:
9c07177
Parents:
58247dd (diff), d060b33 (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

Location:
chapter08
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grep.xml

    r58247dd rf8018d2c  
    7979        <listitem>
    8080          <para>Prints lines matching an extended regular expression.
    81           It is obsoleted, use <command>grep -E</command> instead</para>
     81          It is obsolete, use <command>grep -E</command> instead</para>
    8282          <indexterm zone="ch-system-grep egrep">
    8383            <primary sortas="b-egrep">egrep</primary>
     
    9090        <listitem>
    9191          <para>Prints lines matching a list of fixed strings.
    92           It is obsoleted, use <command>grep -F</command> instead</para>
     92          It is obsolete, use <command>grep -F</command> instead</para>
    9393          <indexterm zone="ch-system-grep fgrep">
    9494            <primary sortas="b-fgrep">fgrep</primary>
  • chapter08/openssl.xml

    r58247dd rf8018d2c  
    4343  <sect2 role="installation">
    4444    <title>Installation of OpenSSL</title>
    45 
     45<!--
    4646    <para>First fix a problem with some advanced arcitectures with avx512
    4747    capability:</para>
     
    4949 <screen><userinput remap="pre">sed -e '/bn_reduce.*m1/i\    factor_size /= sizeof(BN_ULONG) * 8;' \
    5050    -i crypto/bn/rsaz_exp_x2.c</userinput></screen>
    51 
     51-->
    5252    <para>Prepare OpenSSL for compilation:</para>
    5353
  • chapter08/python.xml

    r58247dd rf8018d2c  
    9393<screen><userinput remap="install">make install</userinput></screen>
    9494
    95     <para>In serveral places we use the <command>pip3</command> command to
     95    <para>In several places we use the <command>pip3</command> command to
    9696    install Python 3 programs and modules for all users as
    9797    <systemitem class='username'>root</systemitem>. This conflicts
Note: See TracChangeset for help on using the changeset viewer.