Changeset 9cb302c7 for postlfs/shells


Ignore:
Timestamp:
01/10/2005 09:43:20 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
93c1bf51
Parents:
40851cf
Message:

Added index tags to Tcsh instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3248 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/tcsh.xml

    r40851cf r9cb302c7  
    1313]>
    1414
    15 <sect1 id="tcsh" xreflabel="Tcsh-&tcsh-version;">
     15<sect1 id="tcsh-package" xreflabel="Tcsh-&tcsh-version;">
    1616<sect1info>
    1717<othername>$LastChangedBy$</othername>
     
    2020<?dbhtml filename="tcsh.html"?>
    2121<title>Tcsh-&tcsh-version;</title>
     22<indexterm zone="tcsh-package">
     23<primary sortas="a-tcsh-package">Tcsh</primary></indexterm>
    2224
    2325<sect2>
     
    3638<listitem><para>Download (FTP): <ulink
    3739url="&tcsh-download-ftp;"/></para></listitem>
    38 <listitem><para>Download MD5 Sum: &tcsh-md5sum;</para></listitem>
     40<listitem><para>Download MD5 sum: &tcsh-md5sum;</para></listitem>
    3941<listitem><para>Download size: &tcsh-size;</para></listitem>
    4042<listitem><para>Estimated disk space required:
     
    7375<title>Configuring <application>Tcsh</application></title>
    7476
    75 <sect3><title>Config files</title>
    76 <para>There are numerous configuration files for the C shell.  Examples
    77 of these are <filename>/etc/csh.cshrc</filename>,
    78 <filename>/etc/csh.login</filename>, <filename>~/.tcshrc</filename>,
    79 <filename>~/.cshrc</filename>, <filename>~/.history</filename>,
    80 <filename>~/.login</filename>, <filename>~/.cshdirs</filename>,
    81 <filename>/etc/csh.logout</filename>, <filename>~/.logout</filename> and
    82 <filename>~/.logout</filename>.  More information on these files can be
     77<sect3 id="tcsh-config"><title>Config files</title>
     78<para>There are numerous configuration files for the C shell. Examples
     79of these are <filename>/etc/csh.cshrc</filename>,
     80<filename>/etc/csh.login</filename>,
     81<filename>/etc/csh.logout</filename>,
     82<filename>~/.tcshrc</filename>,
     83<filename>~/.cshrc</filename>,
     84<filename>~/.history</filename>,
     85<filename>~/.cshdirs</filename>,
     86<filename>~/.login</filename>,
     87<filename>~/.logout</filename>. More information on these files can be
    8388found in the <filename>tcsh(1)</filename> man page.</para>
     89
     90<indexterm zone="tcsh-package tcsh-config">
     91<primary sortas="e-tcsh-etc-csh.cshrc">/etc/csh.cshrc</primary></indexterm>
     92<indexterm zone="tcsh-package tcsh-config">
     93<primary sortas="e-tcsh-etc-csh.login">/etc/csh.login</primary></indexterm>
     94<indexterm zone="tcsh-package tcsh-config">
     95<primary sortas="e-tcsh-etc-csh.logout">/etc/csh.logout</primary></indexterm>
     96<indexterm zone="tcsh-package tcsh-config">
     97<primary sortas="e-tcsh-.tcshrc">~/.tcshrc</primary></indexterm>
     98<indexterm zone="tcsh-package tcsh-config">
     99<primary sortas="e-tcsh-.cshrc">~/.cshrc</primary></indexterm>
     100<indexterm zone="tcsh-package tcsh-config">
     101<primary sortas="e-tcsh-.history">~/.history</primary></indexterm>
     102<indexterm zone="tcsh-package tcsh-config">
     103<primary sortas="e-tcsh-.cshdirs">~/.cshdirs</primary></indexterm>
     104<indexterm zone="tcsh-package tcsh-config">
     105<primary sortas="e-tcsh-.login">~/.login</primary></indexterm>
     106<indexterm zone="tcsh-package tcsh-config">
     107<primary sortas="e-tcsh-.logout">~/.logout</primary></indexterm>
    84108</sect3>
    85109
     
    89113<title>Contents</title>
    90114
    91 <para>The <application>Tcsh</application> package contains
    92 <command>tcsh</command>.</para>
     115<segmentedlist>
     116<segtitle>Installed Program</segtitle>
     117<seglistitem>
     118<seg>tcsh</seg>
     119</seglistitem>
     120</segmentedlist>
    93121
    94 </sect2>
     122<variablelist>
     123<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     124<?dbfo list-presentation="list"?>
    95125
    96 <sect2><title>Description</title>
    97 
    98 <sect3><title>tcsh</title>
    99 <para><command>tcsh</command> is an enhanced but completely compatible version
    100 of the Berkeley Unix C shell, csh.  It is usable as both an interactive shell
    101 and a script processor.</para></sect3>
     126<varlistentry id="tcsh">
     127<term><command>tcsh</command></term>
     128<listitem><para>is an enhanced but completely compatible version of the
     129Berkeley Unix C shell, <command>csh</command>. It is usable as both an
     130interactive shell and a script processor.</para>
     131<indexterm zone="tcsh-package tcsh">
     132<primary sortas="b-tcsh">tcsh</primary></indexterm>
     133</listitem>
     134</varlistentry>
     135</variablelist>
    102136
    103137</sect2>
Note: See TracChangeset for help on using the changeset viewer.