diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-23 10:18:35 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-23 10:18:35 +0000 |
commit | b179883a0d69c979a739aaaeb2dd101c659992ba (patch) | |
tree | 1523bef1188762399a421f2d8c7d13120395ebdb /prologue | |
parent | 07e8db25bd73e72af1754ee8dbea0ae6f6e9b309 (diff) |
Added missing nodump attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index dcbe9dd32..4945d6fea 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -113,7 +113,7 @@ <para>To see all the appropriate versions, copy the following script to your system and run it.</para> -<screen><userinput>cat > version-check.sh << "EOF" +<screen role="nodump"><userinput>cat > version-check.sh << "EOF" <literal>#!/bin/bash # Simple script to list version numbers of critical developmet tools |