Date: Mon, 28 Apr 2014 20:29:02 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44685 - head/en_US.ISO8859-1/articles/console-server Message-ID: <201404282029.s3SKT2LS024903@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Mon Apr 28 20:29:02 2014 New Revision: 44685 URL: http://svnweb.freebsd.org/changeset/doc/44685 Log: Restore lost <replaceable> tags. Modified: head/en_US.ISO8859-1/articles/console-server/article.xml Modified: head/en_US.ISO8859-1/articles/console-server/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/console-server/article.xml Mon Apr 28 20:25:05 2014 (r44684) +++ head/en_US.ISO8859-1/articles/console-server/article.xml Mon Apr 28 20:29:02 2014 (r44685) @@ -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</programl the <filename>/var/log/consoles</filename> directory. The <quote>&</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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404282029.s3SKT2LS024903>