diff options
| -rw-r--r-- | chapter_08.xml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/chapter_08.xml b/chapter_08.xml index 973b24f..363e823 100644 --- a/chapter_08.xml +++ b/chapter_08.xml @@ -179,7 +179,7 @@ firefox, konqueror, or links and go to  </para>  <screen> -  <prompt>darkstar:~# </prompt><command>lpinfo -m | grep 1060</command> +  <prompt>darkstar:~# </prompt><userinput>lpinfo -m | grep 1060</userinput>  </screen>  <para> @@ -285,7 +285,7 @@ firefox, konqueror, or links and go to    </para>    <screen> -    <prompt># </prompt><command>lpadmin -d r1060</command> +    <prompt># </prompt><userinput>lpadmin -d r1060</userinput>    </screen>    <para> @@ -303,8 +303,8 @@ firefox, konqueror, or links and go to    </para>    <screen> -    <prompt>$ </prompt><command>PRINTER=r1060</command> -    <prompt>$ </prompt><command>export PRINTER</command> +    <prompt>$ </prompt><userinput>PRINTER=r1060</userinput> +    <prompt>$ </prompt><userinput>export PRINTER</userinput>    </screen>  </note> @@ -313,7 +313,7 @@ firefox, konqueror, or links and go to    </para>    <screen> -    <prompt>$ </prompt><command>lpr foo.txt</command> +    <prompt>$ </prompt><userinput>lpr foo.txt</userinput>    </screen>    <section id="print_lpr_pr"> @@ -340,7 +340,7 @@ firefox, konqueror, or links and go to    </para>    <screen> -    <prompt>darkstar:~$ </prompt><command>pr foo.txt | lpr</command> +    <prompt>darkstar:~$ </prompt><userinput>pr foo.txt | lpr</userinput>    </screen>    <para> | 
