Added index tags to ZSH

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3246 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-01-10 19:40:17 +00:00
parent 97b53b5da1
commit 2ba7d1230e
3 changed files with 45 additions and 19 deletions

View File

@ -26,7 +26,7 @@ who wrote what.</para>
OpenLDAP-2.2.20.</para></listitem>
<listitem><para>January 10th, 2005 [randy]: Updated to Sendmail-8.13.2;
added index tags to the ASH instructions.</para></listitem>
added index tags to the ASH and ZSH instructions.</para></listitem>
<listitem><para>January 9th, 2005 [larry]: Updated to
GnuPG-1.4.0.</para></listitem>

View File

@ -100,7 +100,7 @@ and <filename id="ash-home-profile">$HOME/.profile</filename></para>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<bridgehead renderas="sect3">Short Description</bridgehead>
<?dbfo list-presentation="list"?>
<varlistentry id="ash">

View File

@ -10,16 +10,17 @@
<!ENTITY zsh-buildsize "17 MB">
<!ENTITY zsh-time "0.51 SBU">
<!ENTITY zsh-md5sum "b59ef34b8de288d5fd16f842451125c8">
]>
<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
<sect1 id="zsh-package" xreflabel="ZSH-&zsh-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="zsh.html"?>
<title>ZSH-&zsh-version;</title>
<indexterm zone="zsh-package">
<primary sortas="a-zsh-package">ZSH</primary></indexterm>
<sect2>
<title>Introduction to <application>ZSH</application></title>
@ -28,7 +29,8 @@
interpreter (shell) usable as an interactive login shell and as
a shell script command processor. Of the standard shells,
<application>ZSH</application> most
closely resembles <application>KSH</application> but includes many enhancements.</para>
closely resembles <application>KSH</application> but includes many
enhancements.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
@ -36,7 +38,7 @@ closely resembles <application>KSH</application> but includes many enhancements.
url="&zsh-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&zsh-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 Sum: &zsh-md5sum;</para></listitem>
<listitem><para>Download MD5 sum: &zsh-md5sum;</para></listitem>
<listitem><para>Download size: &zsh-size;</para></listitem>
<listitem><para>Estimated disk space required:
&zsh-buildsize;</para></listitem>
@ -54,7 +56,8 @@ url="&zsh-download-ftp;"/></para></listitem>
<sect2>
<title>Installation of <application>ZSH</application></title>
<para>Install <application>ZSH</application> by running the following commands:</para>
<para>Install <application>ZSH</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
@ -68,11 +71,23 @@ make install</command></userinput></screen>
<sect3><title>Config files</title>
<para>There are a whole host of configuration files for
<application>ZSH</application> including
<filename>/etc/zshenv</filename>, <filename>/etc/zprofile</filename>,
<filename>/etc/zshrc</filename>, <filename>/etc/zlogin</filename>, and
<filename>/etc/zlogout</filename>. You can find more information on
these in the <filename>zsh(1)</filename> and related
man pages.</para>
<filename id="zsh-zshenv">/etc/zshenv</filename>,
<indexterm zone="zsh-package zsh-zshenv">
<primary sortas="e-zsh-zshenv">/etc/zshenv</primary></indexterm>
<filename id="zsh-zprofile">/etc/zprofile</filename>,
<indexterm zone="zsh-package zsh-zprofile">
<primary sortas="e-zsh-zprofile">/etc/zprofile</primary></indexterm>
<filename id="zsh-zshrc">/etc/zshrc</filename>,
<indexterm zone="zsh-package zsh-zshrc">
<primary sortas="e-zsh-zshrc">/etc/zshrc</primary></indexterm>
<filename id="zsh-zlogin">/etc/zlogin</filename>
<indexterm zone="zsh-package zsh-zlogin">
<primary sortas="e-zsh-zlogin">/etc/zlogin</primary></indexterm>
and <filename id="zsh-zlogout">/etc/zlogout</filename>.
<indexterm zone="zsh-package zsh-zlogout">
<primary sortas="e-zsh-zlogout">/etc/zlogout</primary></indexterm>
You can find more information on these in the <filename>zsh(1)</filename>
and related man pages.</para>
</sect3>
</sect2>
@ -80,16 +95,27 @@ man pages.</para>
<sect2>
<title>Contents</title>
<para>The <application>ZSH</application> package contains <command>zsh</command>.</para>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<seglistitem>
<seg>zsh</seg>
</seglistitem>
</segmentedlist>
</sect2>
<variablelist>
<bridgehead renderas="sect3">Short Description</bridgehead>
<?dbfo list-presentation="list"?>
<sect2><title>Description</title>
<sect3><title>zsh</title>
<para><command>zsh</command> is a shell which has command-line editing, built-in spelling
<varlistentry id="zsh">
<term><command>zsh</command></term>
<listitem><para>is a shell which has command-line editing, built-in spelling
correction, programmable command completion, shell functions (with
autoloading), a history mechanism, and a host of other features.</para></sect3>
autoloading), a history mechanism, and a host of other features.</para>
<indexterm zone="zsh-package zsh">
<primary sortas="b-zsh">zsh</primary></indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>