diff options
Diffstat (limited to 'chapter06/kbd-inst.xml')
-rw-r--r-- | chapter06/kbd-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/kbd-inst.xml b/chapter06/kbd-inst.xml index 29958f1e9..c278ce3fa 100644 --- a/chapter06/kbd-inst.xml +++ b/chapter06/kbd-inst.xml @@ -9,15 +9,15 @@ utilities. Apply the patch:</para> <para><screen><userinput>patch -Np1 -i ../kbd-&kbd-patch-version;.patch</userinput></screen></para> -<para>Prepare Kbd to be compiled:</para> +<para>Prepare Kbd for compilation:</para> <para><screen><userinput>./configure</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> |