diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-17 21:55:01 +0000 |
commit | c6cb3aa2f176d65a5ebe77e7da82e20946188a98 (patch) | |
tree | 3167e42f874b5784307f02acc61a0570f31ccb38 /chapter06/bash.xml | |
parent | 01b2724c70a6addd4e2190649c14a79be3a85090 (diff) |
HEAD: Retagged the Contents of ... sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 37 |
1 files changed, 25 insertions, 12 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 7050853ff..8d2745902 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -63,32 +63,45 @@ available.</para> </sect2> -<sect2 id="contents-bash"><title>Contents of Bash</title> - -<para><emphasis>Installed programs</emphasis>: bash, sh (link to bash) and -bashbug</para> - -</sect2> +<sect2 id="contents-bash" role="content"><title>Contents of Bash</title> +<segmentedlist> +<segtitle>Installed programs</segtitle> +<seglistitem><seg>bash, sh (link to bash) and bashbug</seg></seglistitem> +</segmentedlist> -<sect2><title>Short descriptions</title> +<variablelist><title>Short descriptions</title> +<varlistentry> +<term id="bash"><command>bash</command></term> +<listitem> <indexterm zone="ch-system-bash bash"><primary sortas="b-bash">bash</primary></indexterm> -<para id="bash"><command>bash</command> is a widely-used command interpreter. It +<para>is a widely-used command interpreter. It performs many kinds of expansions and substitutions on a given command line before executing it, thus making this interpreter a powerful tool.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="bashbug"><command>bashbug</command></term> +<listitem> <indexterm zone="ch-system-bash bashbug"><primary sortas="b-bashbug">bashbug</primary></indexterm> -<para id="bashbug"><command>bashbug</command> is a shell script to help the user +<para>is a shell script to help the user compose and mail bug reports concerning bash in a standard format.</para> +</listitem> +</varlistentry> +<varlistentry> +<term id="sh"><command>sh</command></term> +<listitem> <indexterm zone="ch-system-bash sh"><primary sortas="b-sh">sh</primary></indexterm> -<para id="sh"><command>sh</command> is a symlink to the bash program. When invoked +<para>is a symlink to the bash program. When invoked as sh, bash tries to mimic the startup behavior of historical versions of sh as closely as possible, while conforming to the POSIX standard as well.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> - - </sect1> |