From 2914ab8c7ae6e23d0b8875e38afb6ab19de1b8cc Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Wed, 3 May 2006 21:10:44 +0000 Subject: 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 --- prologue/hostreqs.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'prologue') 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 @@ - To see all the appropriate versions, copy the following script - to your system and run it. + To see whether your host system has all the appropriate versions, run the following: cat > version-check.sh << "EOF" #!/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 -- cgit v1.2.3-54-g00ecf