aboutsummaryrefslogtreecommitdiffstats
path: root/prologue/typography.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-08-29 19:11:10 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-08-29 19:11:10 +0000
commit2c5e4d59948440468cb722c1f3675e7396a20c33 (patch)
treef15cba79885514aa363b58beadaec39d938ccdf3 /prologue/typography.xml
parentc9109f25c50599cc831b2610a8b568dd620aff25 (diff)
Added dump-commands.xsl.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue/typography.xml')
-rw-r--r--prologue/typography.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prologue/typography.xml b/prologue/typography.xml
index 84ff4ca16..b101817fe 100644
--- a/prologue/typography.xml
+++ b/prologue/typography.xml
@@ -12,7 +12,7 @@ conventions used throughout this book. This section contains some
examples of the typographical format found throughout Linux From
Scratch.</para>
-<screen><userinput>./configure --prefix=/usr</userinput></screen>
+<screen role="nodump"><userinput>./configure --prefix=/usr</userinput></screen>
<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
@@ -37,7 +37,7 @@ purpose is to emphasize important points or items.</para>
community and to external pages. It includes HOWTOs, download locations,
and websites.</para>
-<screen><userinput>cat &gt; $LFS/etc/group &lt;&lt; "EOF"
+<screen role="nodump"><userinput>cat &gt; $LFS/etc/group &lt;&lt; "EOF"
<literal>root:x:0:
bin:x:1:
......</literal>