diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
commit | b822811980a5f82726cb641cbeff66be9eb6d92a (patch) | |
tree | 27c4db3c62aaea065b053e43c39b2ba44c04a05f /chapter01/conventions.xml | |
parent | 46f5461af92bc70c62bbb92895032b930954d835 (diff) |
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/conventions.xml')
-rw-r--r-- | chapter01/conventions.xml | 72 |
1 files changed, 26 insertions, 46 deletions
diff --git a/chapter01/conventions.xml b/chapter01/conventions.xml index 1533fc350..05f671034 100644 --- a/chapter01/conventions.xml +++ b/chapter01/conventions.xml @@ -1,55 +1,36 @@ <sect1 id="ch01-conventions"> <title>Conventions used in this book</title> -<para> -To make things easy to follow, there are a number of conventions used -throughout the book. Following are some examples: -</para> +<para>To make things easy to follow, there are a number of conventions used +throughout the book. Following are some examples:</para> -<para> -<userinput>./configure --prefix=/usr</userinput> -</para> +<para><userinput>./configure --prefix=/usr</userinput></para> -<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 referred to. -</para></blockquote> +<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 +referred to.</para></blockquote> -<para> -<filename> -install-info: unknown option `--dir-file=/mnt/lfs/usr/info/dir' -</filename> -</para> +<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/lilo.conf</filename> -</para></blockquote> +<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/lilo.conf</filename></para></blockquote> -<para> -<emphasis>Emphasis</emphasis> -</para> +<para><emphasis>Emphasis</emphasis></para> -<blockquote><para> -This form of text is used for several purposes in the book but mainly to -emphasise important points or to give examples as to what to type. -</para></blockquote> +<blockquote><para>This form of text is used for several purposes in the +book but mainly to emphasise important points or to give examples as to +what to type.</para></blockquote> -<para> -<ulink url="http://www.linuxfromscratch.org/"> -http://www.linuxfromscratch.org/</ulink> -</para> +<para><ulink url="http://www.linuxfromscratch.org/">http://www.linuxfromscratch.org/</ulink></para> -<blockquote><para> -This form of text is used for hyperlinks, both within the book and to external -pages such as HowTo's,download locations and websites etc. -</para></blockquote> +<blockquote><para>This form of text is used for hyperlinks, both within the +book and to external pages such as HowTo's,download locations and +websites etc.</para></blockquote> -<para> -<screen> -<userinput>cat > $LFS/etc/group << "EOF"</userinput> +<para><screen><userinput>cat > $LFS/etc/group << "EOF"</userinput> root:x:0: bin:x:1: ...... @@ -57,12 +38,11 @@ pages such as HowTo's,download locations and websites etc. </screen> </para> -<blockquote><para> -This type of section is used mainly when creating configuration files. The -first command (in bold) 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> +<blockquote><para>This type of section is used mainly when creating +configuration files. The first command (in bold) 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> |