diff options
author | Alan Hicks <alan@lizella.net> | 2012-10-03 18:00:35 -0400 |
---|---|---|
committer | Alan Hicks <alan@lizella.net> | 2012-10-03 18:00:35 -0400 |
commit | 7151c2376e05ee3a34025a24080fa283e460d7cc (patch) | |
tree | 0a1f03541f569eb43482985a60a5155237ff3ebe | |
parent | b212b71cb90b39da9eed8a1c94d1badc7be10024 (diff) | |
download | slackbook-master.tar.xz |
statement. Thanks be to Edward Wood again.
-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> |