diff options
Diffstat (limited to 'chapter05/gawk-inst.xml')
-rw-r--r-- | chapter05/gawk-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml index 203aec063..b60048eb1 100644 --- a/chapter05/gawk-inst.xml +++ b/chapter05/gawk-inst.xml @@ -7,11 +7,11 @@ <para><screen><userinput>./configure --prefix=/stage1</userinput></screen></para> -<para>Continue with compiling the package:</para> +<para>Compile the package:</para> <para><screen><userinput>make</userinput></screen></para> -<para>And finish off installing the package:</para> +<para>And install it:</para> <para><screen><userinput>make install</userinput></screen></para> |