aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/mountproc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/mountproc.xml')
-rw-r--r--chapter06/mountproc.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/mountproc.xml b/chapter06/mountproc.xml
index 380a2ec5c..5851c9cf7 100644
--- a/chapter06/mountproc.xml
+++ b/chapter06/mountproc.xml
@@ -17,7 +17,7 @@ status of the system.</para>
<filename class="directory">/proc</filename> by running the following
command:</para>
-<para><screen><userinput>mount proc /proc -t proc</userinput></screen></para>
+<screen><userinput>mount proc /proc -t proc</userinput></screen>
<para>You might get warning messages from the mount command, such as
these:</para>
@@ -35,7 +35,7 @@ now the most common way for pseudo terminals (PTYs) to be implemented.</para>
<para>The devpts file system is mounted on
<filename class="directory">/dev/pts</filename> by running:</para>
-<para><screen><userinput>mount devpts /dev/pts -t devpts</userinput></screen></para>
+<screen><userinput>mount devpts /dev/pts -t devpts</userinput></screen>
<para>Should this command fail with an error to the effect of:</para>