aboutsummaryrefslogtreecommitdiffstats
path: root/prologue/typography.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 17:46:53 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-06-19 17:46:53 +0000
commit07198664797d893d02a96c846ff1603df1e51bb7 (patch)
tree00e20fab2d5cd919cb8c80ac02e58da150fa473e /prologue/typography.xml
parent8250be1c3efa6b755cfbe5ce11fecb6b9cd4e5a8 (diff)
Tags corrections. Finished my firt full review
of the XML code and updated prologue/typography.xml acordongly. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3815 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/typography.xml')
-rw-r--r--prologue/typography.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/prologue/typography.xml b/prologue/typography.xml
index 3a54e8b0c..2a5b638d8 100644
--- a/prologue/typography.xml
+++ b/prologue/typography.xml
@@ -17,8 +17,7 @@ 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>
+<screen><computeroutput>install-info: unknown option `--dir-file=/mnt/lfs/usr/info/dir'</computeroutput></screen>
<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
@@ -27,8 +26,7 @@ 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>
+book, mainly to emphasize important points or items.</para></blockquote>
<para><ulink url="&lfs-root;"/></para>
@@ -36,16 +34,15 @@ what to type.</para></blockquote>
book and to external pages such as HOWTOs, download locations and
websites.</para></blockquote>
-<screen><userinput>cat &gt; $LFS/etc/group &lt;&lt; "EOF"</userinput>
+<screen><userinput>cat &gt; $LFS/etc/group &lt;&lt; "EOF"
root:x:0:
bin:x:1:
......
-<userinput>EOF</userinput>
-</screen>
+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 file <filename>$LFS/etc/group</filename> 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>