Grammar fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@325 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Simon Perreault 2001-03-15 16:54:07 +00:00
parent 44512db507
commit 2483c442bd
10 changed files with 42 additions and 40 deletions

View File

@ -2,11 +2,11 @@
<title>alfs-discuss</title> <title>alfs-discuss</title>
<para> <para>
The alfs-discuss list discusses the development of ALFS which stands for The alfs-discuss list discusses the development of ALFS, which stands for
Automated LinuxFromScratch. The goal of this project is to develop an Automated Linux From Scratch. The goal of this project is to develop an
installation tool that can install an LFS system automatically for you. installation tool that can install an LFS system automatically for you.
It's main goal is to speed up compilation by taking away your need to It's main goal is to speed up compilation by taking away your need to
manually enter the commands to configure, compile and install packages. manually enter the commands to configure, compile, and install packages.
</para> </para>
</sect2> </sect2>

View File

@ -2,8 +2,9 @@
<title>Changelog</title> <title>Changelog</title>
<para> <para>
If, for example, a change is listed for chapter 5 it (usually) means the If, for example, a change is listed for chapter 5, it (usually) means the
same change has been made in the chapters for the other architectures. same change has been made in the corresponding chapter for the other
architectures.
</para> </para>
<para> <para>
@ -23,12 +24,12 @@ page recommends cfdisk over fdisk because it's more stable.
<listitem><para> <listitem><para>
Chapter 4: Changed the wording to make it more general as ext2 no Chapter 4: Changed the wording to make it more general as ext2 no
longer is the only used file system. Reiser for example is often used longer is the only used file system. Reiserfs, for example, is often used
too now. too now.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Chapter 5: Added static mawk, texinfo and partially gettext to faciliate Chapter 5: Added static mawk, texinfo, and partially gettext to faciliate
the move of Glibc from Chapter 5 to Chapter 6. the move of Glibc from Chapter 5 to Chapter 6.
</para></listitem> </para></listitem>
@ -37,8 +38,8 @@ Chapter 5: Added Makedev to chapter 5. We don't create the device files
here, only copy the MAKEDEV script and make a temp copy which will be here, only copy the MAKEDEV script and make a temp copy which will be
used to create device files. This second file (MAKEDEV-temp) doesn't used to create device files. This second file (MAKEDEV-temp) doesn't
contain user names and group names but only user id's and group id's. We contain user names and group names but only user id's and group id's. We
need a few device files to get Glibc installed, but before GLibc is need a few device files to get Glibc installed, but, before Glibc is
installed user and group names are not recognized yet; only the numeric installed, user and group names are not recognized yet, only the numeric
id's. This requires a slightly modified MAKEDEV script which will be id's. This requires a slightly modified MAKEDEV script which will be
generated by patching the original one. This patching is done here in generated by patching the original one. This patching is done here in
chapter 5. Also, fixed the explanations on both makedev installations. chapter 5. Also, fixed the explanations on both makedev installations.
@ -50,7 +51,7 @@ su'ed to) user root.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Chapter 5: Simplified ln commands Chapter 5: Simplified ln commands.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
@ -73,22 +74,22 @@ Chapter 5: Beautified the static link process for mawk.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Chapter 5+6: Upgraded from gcc-2.95.2 to gcc-2.95.2.1 Chapter 5+6: Upgraded gcc-2.95.2 to gcc-2.95.2.1.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Chapter 5+6: Moved Glibc from chapter 5 to chapter 6 Chapter 5+6: Moved Glibc from chapter 5 to chapter 6.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Chapter 6: Updated Glibc installation instructions. 'configparms' file Chapter 6: Updated Glibc installation instructions. The 'configparms' file
creation has been deleted. No need to pick a compiler (either distro's creation has been deleted. No need to pick a compiler (either distro's
native or the /usr/local/gcc2952/bin/gcc one); we're in chroot native or the /usr/local/gcc2952/bin/gcc one); we're in chroot
now so we'll use the one we have now so we'll use the one we have.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
@ -113,7 +114,7 @@ installation.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Chapter 6: When entering chroot the $TERM variable inside chroot is set Chapter 6: When entering chroot, the $TERM variable inside chroot is set
properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ... properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ...
</para></listitem> </para></listitem>
@ -124,12 +125,12 @@ into one line.
<listitem><para> <listitem><para>
Chapter 6: Changed all "rm file &amp;&amp; ln -s dest file" into Chapter 6: Changed all "rm file &amp;&amp; ln -s dest file" into
"ln -sf file" (in glibc, bzip2 and gzip installation). "ln -sf file" (in glibc, bzip2 and gzip installations).
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
Chapter 7: Fixed the delays in the killproc function in the functions Chapter 7: Fixed the delays in the killproc function in the functions
script. Now after kill, first check PIDs, then sleep 2 if needed. More script. Now, after kill, first check PIDs, then sleep 2 if needed. More
details can be read in the comments in the script itself. details can be read in the comments in the script itself.
</para></listitem> </para></listitem>

View File

@ -4,7 +4,7 @@
<para> <para>
Direct all your emails to the Direct all your emails to the
<ulink url="mailto:lfs-discuss@linuxfromscratch.org">lfs-discuss <ulink url="mailto:lfs-discuss@linuxfromscratch.org">lfs-discuss
</ulink> mailinglist preferably. </ulink> mailing list preferably.
</para> </para>
<para> <para>

View File

@ -5,8 +5,8 @@
The lfs-announce list is a moderated list. You can subscribe to it, but The lfs-announce list is a moderated list. You can subscribe to it, but
you can't post any messages to this list. This list is used to announce you can't post any messages to this list. This list is used to announce
new stable releases. If you want to be informed about development new stable releases. If you want to be informed about development
releases as well then you'll have to join the lfs-discuss list. If releases as well, then you'll have to join the lfs-discuss list. If
you're already on the lfs-discuss list there's little use subscribing to you're already on the lfs-discuss list, there's little use subscribing to
this list as well because everything that is posted to the lfs-announce this list as well because everything that is posted to the lfs-announce
list will be posted to the lfs-discuss list as well. list will be posted to the lfs-discuss list as well.
</para> </para>

View File

@ -2,9 +2,9 @@
<title>lfs-discuss</title> <title>lfs-discuss</title>
<para> <para>
The lfs-discuss mailinglist discusses matters strictly related to the The lfs-discuss mailing list discusses matters strictly related to the
LFS-BOOK. If you have problems with the book, want to report a bug or LFS-BOOK. If you have problems with the book, want to report a bug or
two or have suggestions to improve the book, use this mailinglist. two, or have suggestions to improve the book, use this mailing list.
</para> </para>
<para> <para>

View File

@ -2,7 +2,7 @@
<title>lfs-security</title> <title>lfs-security</title>
<para> <para>
The lfs-security mailinglist discusses security related matters. If you The lfs-security mailing list discusses security-related matters. If you
have security concerns or have heard about a package used by LFS that have security concerns or have heard about a package used by LFS that
has known security problems, you can address that on this list. has known security problems, you can address that on this list.
</para> </para>

View File

@ -1,9 +1,9 @@
<sect1 id="ch01-maillists"> <sect1 id="ch01-maillists">
<title>Mailinglists and archives</title> <title>Mailing lists and archives</title>
<para> <para>
The linuxfromscratch.org server is hosting the following public accessible The linuxfromscratch.org server is hosting the following publicly accessible
mailinglists: mailing lists:
</para> </para>
<itemizedlist> <itemizedlist>
@ -13,7 +13,7 @@ mailinglists:
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
lfs-apps lfs-apps
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
@ -25,23 +25,23 @@ mailinglists:
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
alfs-discuss alfs-discuss
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
alfs-docs alfs-docs
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
alfs-ipc alfs-ipc
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
alfs-profile alfs-profile
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
alfs-backend alfs-backend
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>

View File

@ -9,7 +9,7 @@ the appropriate commands in the subject headers of the message.
</para> </para>
<para> <para>
As the name implies the <emphasis>Set command</emphasis> tells you what As the name implies, the <emphasis>Set command</emphasis> tells you what
to write to set a mode. The <emphasis>Unset command</emphasis> tells to write to set a mode. The <emphasis>Unset command</emphasis> tells
you what to write to unset a mode. you what to write to unset a mode.
</para> </para>
@ -17,7 +17,7 @@ you what to write to unset a mode.
<para> <para>
Replace listname in the example subject headers with the listname to which Replace listname in the example subject headers with the listname to which
you want to apply the mode to. If you want to set more than one mode (to you want to apply the mode to. If you want to set more than one mode (to
the same list or multiple lists) with one email you can do so by writing the same list or multiple lists) with one email, you can do so by writing
junk in the subject header like "hello" and then put the commands in the junk in the subject header like "hello" and then put the commands in the
body of the message instead. body of the message instead.
</para> </para>
@ -34,16 +34,16 @@ Unset command: <emphasis>unset listname digest</emphasis>
<para> <para>
All lists have the digest mode available and you can set yourself to All lists have the digest mode available and you can set yourself to
digest mode, after you subscribe to a list. Being in digest mode will digest mode after you subscribe to a list. Being in digest mode will
cause you to stop receiving individual messages as they are posted to cause you to stop receiving individual messages as they are posted to
the list and instead you will receive one email daily containing all the list and instead you will receive one email daily containing all
the messages posted to the list that day. the messages posted to the list during that day.
</para> </para>
<para> <para>
There is a second digest mode called digest2. When you are set to this There is a second digest mode called digest2. When you are set to this
mode you will receive the daily digests but you will also continue to mode you will receive the daily digests but you will also continue to
receive the individual messages to the lists are they are posted. To receive the individual messages to the lists as they are posted. To
set yourself to this mode write <emphasis>digest2</emphasis> instead of set yourself to this mode write <emphasis>digest2</emphasis> instead of
<emphasis>digest</emphasis> in the subject header. <emphasis>digest</emphasis> in the subject header.
</para> </para>
@ -60,7 +60,7 @@ Unset command: <emphasis>unset listname vacation</emphasis>
<para> <para>
If you are going to be away for a while or wish to stop receiving If you are going to be away for a while or wish to stop receiving
messages from the lists but you don't want to unsubscribe you can set messages from the lists but you don't want to unsubscribe, you can set
yourself to vacation mode. This has the same effect as unsubscribing yourself to vacation mode. This has the same effect as unsubscribing
yourself, but you don't have to go through the unsubscribe process and yourself, but you don't have to go through the unsubscribe process and
then later through the subscribe process again. then later through the subscribe process again.

View File

@ -2,7 +2,7 @@
<title>How to subscribe?</title> <title>How to subscribe?</title>
<para> <para>
You can subscribe to any of the above mentioned mailinglists by sending You can subscribe to any of the above-mentioned mailinglists by sending
an email to <ulink url="mailto:listar@linuxfromscratch.org"> an email to <ulink url="mailto:listar@linuxfromscratch.org">
listar@linuxfromscratch.org</ulink> and write <emphasis>subscribe listar@linuxfromscratch.org</ulink> and write <emphasis>subscribe
listname</emphasis> as the subject header of the message. listname</emphasis> as the subject header of the message.

View File

@ -24,6 +24,7 @@ Subject: hello
unsubscribe lfs-discuss unsubscribe lfs-discuss
unsubscribe lfs-apps unsubscribe lfs-apps
unsubscribe alfs-discuss unsubscribe alfs-discuss
</literallayout></blockquote> </literallayout></blockquote>
<para> <para>