Changeset 7d90bd3


Ignore:
Timestamp:
03/16/2001 06:09:38 PM (23 years ago)
Author:
Thomas Balu Walter <tw@…>
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, v3_0, v3_1, v3_2, v3_3, v4_0, 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:
9fffe5f
Parents:
aff91c4
Message:

Some more You-Fixes

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

Files:
17 edited

Legend:

Unmodified
Added
Removed
  • Attic/appendixb/introduction.xml

    raff91c4 r7d90bd3  
    33
    44<para>
    5 A list of books, HOWTOs and other documents you might find useful to
     5A list of books, HOWTOs and other documents that might be useful to
    66download or buy follows. This list is just a small list to start with.
    77We
    88hope to be able to expand this list in time as we come across more
    9 useful
    10 documents or books.
     9useful documents or books.
    1110</para>
    1211
  • Attic/appendixc/packages.xml

    raff91c4 r7d90bd3  
    33
    44<para>
    5 Below you find the list with packages from chapter 3 with their original
    6 download locations. This might help you to find a newer version of a
     5Below is the list with packages from chapter 3 with their original
     6download locations. This might help to find a newer version of a
    77package quicker.
    88</para>
  • appendixa/gettext-desc.xml

    raff91c4 r7d90bd3  
    1717i18n) and for localization (also known as l10n). Programs can be
    1818compiled with Native Language Support (NLS) which enable them to output
    19 messages in your native language rather than in the default English
     19messages in the users native language rather than in the default English
    2020language.
    2121</para>
  • appendixa/glibc-desc.xml

    raff91c4 r7d90bd3  
    1313The C Library is a collection of commonly used functions in programs.
    1414This way a programmer doens't need to create his own functions for every
    15 single task. The most common things like writing a string to your screen
     15single task. The most common things like writing a string to the screen
    1616are already present and at the disposal of the programmer.
    1717</para>
     
    2424contain the code from the C library, but  instead a routine that loads
    2525the functions from the library at the time the program is run. This
    26 means a significant decrease in the file size of a program. If you don't
    27 understand this concept, you better read the documentation that comes
    28 with the C Library as it is too complicated to explain here in one or
    29 two lines.
     26means a significant decrease in the file size of a program. The
     27documentation that comes with the C Library describes this a little deeper,
     28as it is too complicated to explain here in one or two lines.
    3029</para>
    3130
  • appendixa/gzip-desc.xml

    raff91c4 r7d90bd3  
    2222
    2323<para>
    24 gzexe allows you to compress executables in place and have them
    25 automatically uncompress and execute when you run them (at a penalty in
     24gzexe allows to compress executables in place and have them
     25automatically uncompress and execute when they are run (at a penalty in
    2626performance).
    2727</para>
  • appendixa/introduction.xml

    raff91c4 r7d90bd3  
    2828Most information about these packages (especially the descriptions of
    2929it) come from the man pages from those packages. I'm not going to print
    30 the entire man page, just the core elements to make you understand what
    31 a program does. If you want to know full details on a program, I suggest
    32 you start by reading the complete man page in addition to this appendix.
     30the entire man page, just the core elements to make it possible to understand
     31 what
     32a program does. To get knowledge of all details on a program, I suggest
     33to start by reading the complete man page in addition to this appendix.
    3334</para>
    3435
    3536<para>
    36 You will also find that certain packages are documented more in depth
    37 than others. The reason is that I just happen to know more about certain
    38 packages than I know about others. If you have anything to add on the
     37Certain packages are documented more in depth
     38than others, because I just happen to know more about certain
     39packages than I know about others. If anything should be added on the
    3940following descriptions, please don't hesitate to email me. This list is
    4041going to contain an in depth description of every package installed, but
     
    4546<para>
    4647Please note that currently only what a package does is described and not
    47 why you need to install it. That will be added later.
     48why it needs to be installed. That will be added later.
    4849</para>
    4950
  • appendixa/kernel-desc.xml

    raff91c4 r7d90bd3  
    1111<para>
    1212The Linux kernel is at the core of every Linux system. It's what makes
    13 Linux tick. When you turn on your computer and boot a Linux system, the
     13Linux tick. When a computer is turned on and boots a Linux system, the
    1414very first piece of Linux software that gets loaded is the kernel. The
    1515kernel initializes the system's hardware components such as serial
  • appendixa/less-desc.xml

    raff91c4 r7d90bd3  
    1818through files as well and it doesn't need to read the entire file when
    1919it
    20 starts, which makes it faster when you are reading large files.
     20starts, which makes it faster when reading large files.
    2121</para>
    2222
  • appendixa/libtool-desc.xml

    raff91c4 r7d90bd3  
    2121
    2222<para>
    23 libtoolize provides a standard way to add libtool support to your
     23libtoolize provides a standard way to add libtool support to a
    2424package.
    2525</para>
  • appendixa/makedev-desc.xml

    raff91c4 r7d90bd3  
    1010
    1111<para>
    12 MAKEDEV is a script that can aid you in creating the necesarry static
     12MAKEDEV is a script that can help in creating the necesarry static
    1313device files that usually reside in the /dev directory.
    1414</para>
  • appendixa/ncurses-desc.xml

    raff91c4 r7d90bd3  
    1616<para>
    1717The libraries that make up the Ncurses library are used to display text
    18 (often in a fancy way) on your screen. An example where ncurses is used
     18(often in a fancy way) on the screen. An example where ncurses is used
    1919is in the kernel's <quote>make menuconfig</quote> process. The libraries
    2020contain routines to create panels, menu's, form and general text display
     
    3030terminfo file from source format into the binary format for use with the
    3131ncurses library routines. Terminfo files contain information about the
    32 capabilities of your terminal.
     32capabilities of a terminal.
    3333</para>
    3434
     
    5252
    5353<para>
    54 The clear program clears your screen if this is possible.  It looks in
     54The clear program clears the screen if this is possible.  It looks in
    5555the environment for the terminal type and then in the terminfo database
    5656to
  • appendixa/patch-desc.xml

    raff91c4 r7d90bd3  
    1515instructions on how an original file needs to be modified. Patch is used
    1616a lot for source code patches since it saves time and space. Imagine
    17 you have a package that is 1MB in size. The next version of that package
    18 only has changes in two files of the first version. You can ship an
    19 entirely new package of 1MB or provide a patch file of 1KB which will
     17a package that is 1MB in size. The next version of that package
     18only has changes in two files of the first version. It can be shipped as an
     19entirely new package of 1MB or just as a patch file of 1KB which will
    2020update the first version to make it identical to the second version. So
    21 if you have downloaded the first version already, a patch file can
    22 save you a second large download.
     21if the first version was downloaded already, a patch file avoids
     22a second large download.
    2323</para>
    2424
  • appendixa/shellutils-desc.xml

    raff91c4 r7d90bd3  
    286286
    287287<para>
    288 whoami prints your effective userid.
     288whoami prints the users effective userid.
    289289</para>
    290290
  • appendixa/sysvinit-desc.xml

    raff91c4 r7d90bd3  
    4444
    4545<para>
    46 Mesg controls the access to your terminal by others. It's typically
    47 used to allow or disallow other users to write to your terminal.
     46Mesg controls the access to the users terminal by others. It's typically
     47used to allow or disallow other users to write to his terminal.
    4848</para>
    4949
  • appendixa/texinfo-desc.xml

    raff91c4 r7d90bd3  
    1515
    1616<para>
    17 The info program reads Info documents, usually contained in your
     17The info program reads Info documents, usually contained in the
    1818/usr/doc/info directory. Info documents are like man(ual) pages, but
    1919they tend to be more in depth than just explaining the options to a
     
    2626
    2727<para>
    28 The install-info program updates the info entries. When you run the info
    29 program a list with available topics (ie: available info documents) will
     28The install-info program updates the info entries. When the info
     29program is run a list with available topics (ie: available info documents) will
    3030be presented. The install-info program is used to maintain this list of
    31 available topics. If you decice to remove info files manually, you need
     31available topics. If info files are removed manually, it is also necessary
    3232to delete the topic in the index file as well. This program is used for
    33 that. It also works the other way around when you add info documents.
     33that. It also works the other way around when info documents are added.
    3434</para>
    3535
  • appendixa/utillinux-desc.xml

    raff91c4 r7d90bd3  
    8787
    8888<para>
    89 blockdev allows you to call block device ioctls from the command line
     89blockdev allows to call block device ioctls from the command line
    9090</para>
    9191
  • bookinfo/abstract.xml

    raff91c4 r7d90bd3  
    22
    33<para>
    4 This book describes the process of creating your own Linux system
     4This book describes the process of creating a Linux system
    55from scratch from an already installed Linux distribution, using nothing but
    66the sources of software that are needed.
Note: See TracChangeset for help on using the changeset viewer.