diff options
author | David Bryant <davidbryant@gvtc.com> | 2022-10-17 15:46:25 -0500 |
---|---|---|
committer | David Bryant <davidbryant@gvtc.com> | 2022-10-17 15:46:25 -0500 |
commit | 86f386863e138864c48aa1d8f49e041130c98d8b (patch) | |
tree | 4bd13361aa88266cff99247b2dd7a2d62d0b57f3 | |
parent | 6d46ee62ebc228d3f6c0a4072bda354c618271b6 (diff) |
Websters spells it up-to-date. Added one word for clarity.
-rw-r--r-- | chapter02/hostreqs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 2f2d75499..c612f5963 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -83,7 +83,7 @@ udev.</para> <para>If the host kernel is earlier than &min-kernel; you will need to replace - the kernel with a more up to date version. There are two ways + the kernel with a more up-to-date version. There are two ways you can go about this. First, see if your Linux vendor provides a &min-kernel; or later kernel package. If so, you may wish to install it. If your vendor doesn't offer an acceptable kernel package, or you would prefer not to @@ -148,7 +148,7 @@ <!--<title> </title>--> <para >To see whether your host system has all the appropriate versions, and - the ability to compile programs, run the following:</para> + the ability to compile programs, run the following commands:</para> <screen role="nodump"><userinput>cat > version-check.sh << "EOF" <literal>#!/bin/bash |