svn commit: r44692 - head/en_US.ISO8859-1/articles/serial-uart
Warren Block
wblock at FreeBSD.org
Tue Apr 29 02:46:48 UTC 2014
Author: wblock
Date: Tue Apr 29 02:46:48 2014
New Revision: 44692
URL: http://svnweb.freebsd.org/changeset/doc/44692
Log:
Restore lost <replaceable> tags.
Modified:
head/en_US.ISO8859-1/articles/serial-uart/article.xml
Modified: head/en_US.ISO8859-1/articles/serial-uart/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/serial-uart/article.xml Tue Apr 29 02:43:40 2014 (r44691)
+++ head/en_US.ISO8859-1/articles/serial-uart/article.xml Tue Apr 29 02:46:48 2014 (r44692)
@@ -2050,7 +2050,7 @@ device sio11 at isa? port 0x1
<step>
<para>Where the current <literal>device
- sion</literal> lines are, you
+ sio<replaceable>n</replaceable></literal> lines are, you
will need to add 16 more devices. The
following example is for a Boca Board with an interrupt
of 3, and a base IO address 100h. The IO address for
@@ -2413,7 +2413,7 @@ ttyc7 "/usr/libexec/getty std.38400"
you have and type:</para>
<screen>&prompt.root; <userinput>cd /dev</userinput>
-&prompt.root; <userinput>./MAKEDEV ttyAnn cuaAnn</userinput></screen>
+&prompt.root; <userinput>./MAKEDEV ttyA<replaceable>nn</replaceable> cuaA<replaceable>nn</replaceable></userinput></screen>
<para>(where <replaceable>nn</replaceable> is the number of
ports)</para>
More information about the svn-doc-head
mailing list