Restore lost <replaceable> tags.

This commit is contained in:
Warren Block 2014-04-28 20:29:02 +00:00
parent 659ec37172
commit 1d909124a3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44685

View file

@ -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