diff options
Diffstat (limited to 'chapter07/loadkeys.xml')
-rw-r--r-- | chapter07/loadkeys.xml | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/chapter07/loadkeys.xml b/chapter07/loadkeys.xml index 74da28e9e..f103583a8 100644 --- a/chapter07/loadkeys.xml +++ b/chapter07/loadkeys.xml @@ -1,16 +1,12 @@ <sect1 id="ch07-loadkeys"> <title>Creating the loadkeys script</title> -<para> -A user only needs to create this script if he don't have a default 101 keys -US keyboard layout. Create the +<para>A user only needs to create this script if he don't have a +default 101 keys US keyboard layout. Create the <filename>/etc/init.d/loadkeys</filename> script by running the -following command: -</para> +following command:</para> -<para> -<screen> -<userinput>cat > loadkeys << "EOF"</userinput> +<para><screen><userinput>cat > loadkeys << "EOF"</userinput> #!/bin/sh # Begin /etc/init.d/loadkeys @@ -29,9 +25,7 @@ echo -n "Loading keymap..." evaluate_retval # End /etc/init.d/loadkeys -<userinput>EOF</userinput> -</screen> -</para> +<userinput>EOF</userinput></screen></para> </sect1> |