Changeset 79f87f94 for postlfs/shells


Ignore:
Timestamp:
09/26/2003 06:58:36 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
547df0bc
Parents:
984a23f
Message:

Part I

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

Location:
postlfs/shells
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • postlfs/shells/tcsh.xml

    r984a23f r79f87f94  
    1 <sect1 id="tcsh" xreflabel="tcsh-&tcsh-version;">
     1<sect1 id="tcsh" xreflabel="Tcsh-&tcsh-version;">
    22<?dbhtml filename="tcsh.html" dir="postlfs"?>
    3 <title>tcsh-&tcsh-version;</title>
     3<title>Tcsh-&tcsh-version;</title>
    44
    55&tcsh-intro;
  • postlfs/shells/tcsh/tcsh-config.xml

    r984a23f r79f87f94  
    11<sect2>
    2 <title>Configuring <application>tcsh</application></title>
     2<title>Configuring <application>Tcsh</application></title>
    33
    44<sect3><title>Config files</title>
  • postlfs/shells/tcsh/tcsh-desc.xml

    r984a23f r79f87f94  
    22<title>Contents</title>
    33
    4 <para>The <application>tcsh</application> package contains
     4<para>The <application>Tcsh</application> package contains
    55<command>tcsh</command>.</para>
    66
  • postlfs/shells/tcsh/tcsh-exp.xml

    r984a23f r79f87f94  
    33
    44<para><command>cp tcsh.man /usr/share/man/man1/tcsh.1</command> :
    5 <application>tcsh</application> doesn't install its man page correctly, so we do it manually.</para>
     5<application>TCSH</application> doesn't install its man page correctly, so we do it manually.</para>
    66
    77<para><command>ln -s /usr/bin/tcsh /bin/csh</command> : The
    88<acronym>FHS</acronym> states that
    9 if there is a C shell installed, there should be a symlink from
     9if there is a <application>C</application> shell installed, there should be a symlink from
    1010<filename>/bin/csh</filename> to it.  This creates that symlink.</para>
    1111
  • postlfs/shells/tcsh/tcsh-inst.xml

    r984a23f r79f87f94  
    11<sect2>
    2 <title>Installation of <application>tcsh</application></title>
     2<title>Installation of <application>Tcsh</application></title>
    33
    4 <para>Install <application>tcsh</application> by running the following commands:</para>
     4<para>Install <application>Tcsh</application> by running the following commands:</para>
    55
    66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
  • postlfs/shells/tcsh/tcsh-intro.xml

    r984a23f r79f87f94  
    11<sect2>
    2 <title>Introduction to <application>tcsh</application></title>
     2<title>Introduction to <application>Tcsh</application></title>
    33
    4 <para>The tcsh package contains "an enhanced but completely compatible
     4<para>The <application>Tcsh</application> package contains "an enhanced but completely compatible
    55version of the Berkeley UNIX C shell (csh)".  This is useful as an
    66alternative shell for those who prefer C syntax to that of the bash
  • postlfs/shells/zsh.xml

    r984a23f r79f87f94  
    1 <sect1 id="zsh" xreflabel="zsh-&zsh-version;">
     1<sect1 id="zsh" xreflabel="ZSH-&zsh-version;">
    22<?dbhtml filename="zsh.html" dir="postlfs"?>
    3 <title>zsh-&zsh-version;</title>
     3<title>ZSH-&zsh-version;</title>
    44
    55&zsh-intro;
  • postlfs/shells/zsh/zsh-config.xml

    r984a23f r79f87f94  
    11<sect2>
    2 <title>Configuring <application>zsh</application></title>
     2<title>Configuring <application>ZSH</application></title>
    33
    44<sect3><title>Config files</title>
    5 <para>There are a whole host of configuration files for zsh including
     5<para>There are a whole host of configuration files for
     6<application>ZSH</application> including
    67<filename>/etc/zshenv</filename>, <filename>/etc/zprofile</filename>,
    78<filename>/etc/zshrc</filename>, <filename>/etc/zlogin</filename> and
  • postlfs/shells/zsh/zsh-desc.xml

    r984a23f r79f87f94  
    22<title>Contents</title>
    33
    4 <para>The <application>zsh</application> package contains <command>zsh</command>.</para>
     4<para>The <application>ZSH</application> package contains <command>zsh</command>.</para>
    55
    66</sect2>
  • postlfs/shells/zsh/zsh-inst.xml

    r984a23f r79f87f94  
    11<sect2>
    2 <title>Installation of <application>zsh</application></title>
     2<title>Installation of <application>ZSH</application></title>
    33
    4 <para>Install <application>zsh</application> by running the following commands:</para>
     4<para>Install <application>ZSH</application> by running the following commands:</para>
    55
    66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
  • postlfs/shells/zsh/zsh-intro.xml

    r984a23f r79f87f94  
    11<sect2>
    2 <title>Introduction to <application>zsh</application></title>
     2<title>Introduction to <application>ZSH</application></title>
    33
    4 <para>The <application>zsh</application> package contains the
    5 <command>zsh</command> shell.  <command>zsh</command> is a command
     4<para>The <application>ZSH</application> package contains a command
    65interpreter (shell) usable as an interactive login shell and as
    76a shell script command processor.  Of the standard shells,
    8 <application>zsh</application> most
    9 closely resembles <application>ksh</application> but includes many enhancements.</para>
     7<application>ZSH</application> most
     8closely resembles <application>KSH</application> but includes many enhancements.</para>
    109
    1110<sect3><title>Package information</title>
Note: See TracChangeset for help on using the changeset viewer.