Changeset 3c928f1 for chapter06/bash.xml


Ignore:
Timestamp:
06/13/2004 12:58:23 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e63529b
Parents:
7db6ac5
Message:

Added a separate file for the strippingagain section.
Tags correcitions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3780 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bash.xml

    r7db6ac5 r3c928f1  
    5555<screen><userinput>exec /bin/bash --login +h</userinput></screen>
    5656
    57 <para>Note that the parameters used make it an interactive login instance
    58 (so /etc/profile is read, if it exists, and the first found
    59 ~/.bash_profile, ~/.bash_login or and ~/.profile) and continue to
     57<note><para>The parameters used make it an interactive login instance
     58(so <filename>/etc/profile</filename> is read, if it exists, and the first found
     59<filename>~/.bash_profile</filename>, <filename>~/.bash_login</filename> or
     60and <filename>~/.profile</filename>) and continue to
    6061disable hashing so that new programs are found as they become
    61 available.</para>
     62available.</para></note>
    6263
    6364</sect2>
     
    8889<indexterm zone="ch-system-bash bashbug"><primary sortas="b-bashbug">bashbug</primary></indexterm>
    8990<para>is a shell script to help the user
    90 compose and mail bug reports concerning bash in a standard format.</para>
     91compose and mail bug reports concerning <command>bash</command> in a standard format.</para>
    9192</listitem>
    9293</varlistentry>
     
    9798<indexterm zone="ch-system-bash sh"><primary sortas="b-sh">sh</primary></indexterm>
    9899<para>is a symlink to the bash program. When invoked
    99 as sh, bash tries to mimic the startup behavior of historical versions of sh as
     100as <command>sh</command>, <command>bash</command> tries to mimic the
     101startup behavior of historical versions of <command>sh</command> as
    100102closely as possible, while conforming to the POSIX standard as well.</para>
    101103</listitem>
Note: See TracChangeset for help on using the changeset viewer.