aboutsummaryrefslogtreecommitdiffstats
path: root/prologue
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-05-03 21:10:44 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-05-03 21:10:44 +0000
commit2914ab8c7ae6e23d0b8875e38afb6ab19de1b8cc (patch)
tree44c92558ee218f02541d59797506a15acebb8670 /prologue
parent8abeb3bc1ac03eb633871b379364b01ca9b4a813 (diff)
Slight re-wording on hostreqs page and typo fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7585 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r--prologue/hostreqs.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index 4945d6fea..ab9ca4e31 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -110,13 +110,12 @@
</itemizedlist>
- <para>To see all the appropriate versions, copy the following script
- to your system and run it.</para>
+ <para>To see whether your host system has all the appropriate versions, run the following:</para>
<screen role="nodump"><userinput>cat &gt; version-check.sh &lt;&lt; "EOF"
<literal>#!/bin/bash
-# Simple script to list version numbers of critical developmet tools
+# Simple script to list version numbers of critical development tools
bash --version | head -n1 | cut -d" " -f2-4
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4