Changeset f8a5e31d


Ignore:
Timestamp:
01/18/2003 11:23:45 PM (21 years ago)
Author:
Timothy Bauscher <timothy@…>
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, v4_1, v5_0, v5_1, v5_1_1, 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:
da849d1
Parents:
8dc214d
Message:

Grammatic changes to chapter 5.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • appendixa/bash-desc.xml

    r8dc214d rf8a5e31d  
    1010<para>bash is the Bourne-Again SHell, which is a widely used command
    1111interpreter on Unix systems. The bash program reads from standard
    12 input, the keyboard. A user types something and the program will evaluate
     12input (the keyboard). A user types something and the program will evaluate
    1313what he has typed and do something with it, like running a
    1414program.</para></sect4>
  • appendixa/bash-shortdesc.xml

    r8dc214d rf8a5e31d  
    55<para>bash is the Bourne-Again SHell, which is a widely used command
    66interpreter on Unix systems. The bash program reads from standard
    7 input, the keyboard. A user types something and the program will evaluate
     7input (the keyboard). A user types something and the program will evaluate
    88what he has typed and do something with it, like running a
    99program.</para>
  • chapter05/bash-inst.xml

    r8dc214d rf8a5e31d  
    4747<para>It is not strictly necessary for the static bash to be linked
    4848against libncurses (it can link against a static termcap for the time
    49 being just fine because we will reinstall Bash in Chapter 6 anyways,
     49being just fine because we will reinstall Bash in Chapter 6 anyway,
    5050where we will use libncurses), but it's a good test to make sure that
    5151the Ncurses package has been installed properly. If not, you will get in
  • chapter05/setting-environment.xml

    r8dc214d rf8a5e31d  
    1515source ~/.bash_profile</userinput></screen></para>
    1616
    17 <para>This profile sets the umask to 022, so newly created files will and
     17<para>This profile sets the umask to 022, so newly created files and
    1818directories will have the correct permissions. To be more specific, only
    1919the file owner will have write permission to new files and directories.
  • index.xml

    r8dc214d rf8a5e31d  
    55<!ENTITY book SYSTEM "book/book.xml">
    66
    7 <!ENTITY version "20030117">
    8 <!ENTITY releasedate "January 17th, 2003">
     7<!ENTITY version "20030118">
     8<!ENTITY releasedate "January 18th, 2003">
    99
    1010<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
Note: See TracChangeset for help on using the changeset viewer.