diff options
Diffstat (limited to 'chapter06/bin86-inst.xml')
-rw-r--r-- | chapter06/bin86-inst.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/bin86-inst.xml b/chapter06/bin86-inst.xml index e4d83eaef..cb818beda 100644 --- a/chapter06/bin86-inst.xml +++ b/chapter06/bin86-inst.xml @@ -5,10 +5,12 @@ Install Bin86 by running the following commands: </para> -<blockquote><literallayout> - <userinput>make &&</userinput> - <userinput>make PREFIX=/usr install</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>make &&</userinput> +<userinput>make PREFIX=/usr install</userinput> +</screen> +</para> </sect2> |