aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/proc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/proc.xml')
-rw-r--r--chapter05/proc.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter05/proc.xml b/chapter05/proc.xml
index 27cea3ee5..3a13f2be3 100644
--- a/chapter05/proc.xml
+++ b/chapter05/proc.xml
@@ -13,9 +13,11 @@ the kernel itself.
The proc file system is mounted under $LFS/proc by running the following command:
</para>
-<blockquote><literallayout>
- <userinput>mount proc $LFS/proc -t proc</userinput>
-</literallayout></blockquote>
+<para>
+<screen>
+<userinput>mount proc $LFS/proc -t proc</userinput>
+</screen>
+</para>
</sect1>