Changeset 2590473 for chapter08/bash.xml


Ignore:
Timestamp:
02/06/2022 04:45:15 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
2195c1e
Parents:
3e09569 (diff), d759d8b (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r3e09569 r2590473  
    9595    currently being executed):</para>
    9696
    97  <screen role="nodump"><userinput>exec /usr/bin/bash --login +h</userinput></screen>
    98 
    99     <note>
    100       <para>The parameters used make the <command>bash</command>
    101       process an interactive login shell and continues to disable hashing so
    102       that new programs are found as they become available.</para>
    103     </note>
     97 <screen role="nodump"><userinput>exec /usr/bin/bash --login</userinput></screen>
    10498
    10599  </sect2>
Note: See TracChangeset for help on using the changeset viewer.