diff --git a/en_US.ISO8859-1/articles/console-server/article.xml b/en_US.ISO8859-1/articles/console-server/article.xml
index 55ebcab4f8..64321a0d42 100644
--- a/en_US.ISO8859-1/articles/console-server/article.xml
+++ b/en_US.ISO8859-1/articles/console-server/article.xml
@@ -377,7 +377,7 @@
 	  Change into the
 	  port directory and (as <systemitem class="username">root</systemitem>) type:</para>
 
-	<screen>&prompt.root; <userinput>make DEFAULTHOST=consolehost install</userinput></screen>
+	<screen>&prompt.root; <userinput>make DEFAULTHOST=<replaceable>consolehost</replaceable> install</userinput></screen>
 
 	<para>where <replaceable>consolehost</replaceable> is the name of the
 	  machine running the console server.  Specifying this when the binary
@@ -457,24 +457,24 @@ trusted:        127.0.0.1 buzz</programlisting>
 	the <filename>/var/log/consoles</filename> directory.  The
 	<quote>&amp;</quote> in each line says the log file for that machine
 	will be
-	<filename>/var/log/consoles/machine</filename>.</para>
+	<filename>/var/log/consoles/<replaceable>machine</replaceable></filename>.</para>
 
       <para>The next three lines show three machines to which we need to
 	connect.  We use the
-	<filename>cuaEx</filename> devices
+	<filename>cuaE<replaceable>x</replaceable></filename> devices
 	rather than the
-	<filename>ttyEx</filename>
+	<filename>ttyE<replaceable>x</replaceable></filename>
 	devices because console ports typically do not show carrier.  This
 	means that opening
-	<filename>ttyEx</filename> would hang
+	<filename>ttyE<replaceable>x</replaceable></filename> would hang
 	and <application>conserver</application> would never connect.  Using
 	the
-	<filename>cuaEx</filename>
+	<filename>cuaE<replaceable>x</replaceable></filename>
 	device avoids this problem.  Another solution would be to use the
-	<filename>ttyEx</filename>
+	<filename>ttyE<replaceable>x</replaceable></filename>
 	devices and enable <quote>soft carrier</quote> on these ports, perhaps by
 	setting this using the
-	<filename>ttyiEx</filename>
+	<filename>ttyiE<replaceable>x</replaceable></filename>
 	device in the <filename>/etc/rc.serial</filename> file.  See the
 	comments in this file for more details.  Also see &man.sio.4;
 	for information on the initial-state and locked-state devices.  (The