diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 14:57:18 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 14:57:18 +0000 |
commit | 7873a7c1a60fc10b6669f8539d51a3dd43d76a24 (patch) | |
tree | 1d8c35e0f557d3f87ce296626d274b4f32196f07 /chapter01 | |
parent | 540fd314f00433a16f39240e47f4af19b74297e8 (diff) |
Moving Ack and Typ to Preface.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter01/chapter01.xml | 2 | ||||
-rw-r--r-- | chapter01/conventions.xml | 48 |
3 files changed, 3 insertions, 50 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5c874531b..5ff71efca 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,9 @@ <itemizedlist> +<listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions +and Acknowledgements sections to the Preface.</para></listitem> + <listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices: replaced the MAKEDEV script with the make_devices script. Contributed by Matthias Benkmann.</para></listitem> diff --git a/chapter01/chapter01.xml b/chapter01/chapter01.xml index 7eb9aec66..20020fa3b 100644 --- a/chapter01/chapter01.xml +++ b/chapter01/chapter01.xml @@ -3,9 +3,7 @@ <?dbhtml filename="chapter01.html" dir="chapter01"?> &c1-how; -&c1-conventions; &c1-changelog; &c1-resources; -&c1-acknowledgements; </chapter> diff --git a/chapter01/conventions.xml b/chapter01/conventions.xml deleted file mode 100644 index 95c13ba1e..000000000 --- a/chapter01/conventions.xml +++ /dev/null @@ -1,48 +0,0 @@ -<sect1 id="ch-scatter-conventions"> -<title>Conventions used in this book</title> -<?dbhtml filename="conventions.html" dir="chapter01"?> - -<para>To make things easy to follow, there are a number of conventions used -throughout the book. Following are some examples:</para> - -<screen><userinput>./configure --prefix=/usr</userinput></screen> - -<blockquote><para>This form of text is designed to be typed exactly -as seen unless otherwise noted in the surrounding text. It is also used -in the explanation sections to identify which of the commands is being -referenced.</para></blockquote> - -<para><filename>install-info: unknown option -`--dir-file=/mnt/lfs/usr/info/dir'</filename></para> - -<blockquote><para>This form of text (fixed width text) is showing screen -output, probably as the result of commands issued, and is also used to -show filenames, such as <filename>/etc/ld.so.conf</filename>.</para></blockquote> - -<para><emphasis>Emphasis</emphasis></para> - -<blockquote><para>This form of text is used for several purposes in the -book, mainly to emphasize important points, and to give examples of -what to type.</para></blockquote> - -<para><ulink url="&lfs-root;"/></para> - -<blockquote><para>This form of text is used for hyperlinks, both within the -book and to external pages such as HOWTOs, download locations and -websites.</para></blockquote> - -<screen><userinput>cat > $LFS/etc/group << "EOF"</userinput> -root:x:0: -bin:x:1: -...... -<userinput>EOF</userinput> -</screen> - -<blockquote><para>This type of section is used mainly when creating -configuration files. The first command tells the system to create -the file $LFS/etc/group from whatever is typed on the following lines until -the sequence EOF is encountered. Therefore, this whole section is generally -typed as seen.</para></blockquote> - -</sect1> - |