Restore lost <replaceable> tags.

This commit is contained in:
Warren Block 2014-04-29 02:46:48 +00:00
parent 8f5c767734
commit 9005bbed03
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44692

View file

@ -2050,7 +2050,7 @@ device sio11 at isa? port 0x138 flags 0xb05 irq 9</programlisting>
<step> <step>
<para>Where the current <literal>device <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 will need to add 16 more devices. The
following example is for a Boca Board with an interrupt following example is for a Boca Board with an interrupt
of 3, and a base IO address 100h. The IO address for of 3, and a base IO address 100h. The IO address for
@ -2413,7 +2413,7 @@ ttyc7 "/usr/libexec/getty std.38400" unknown on insecure</programlisting>
you have and type:</para> you have and type:</para>
<screen>&prompt.root; <userinput>cd /dev</userinput> <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 <para>(where <replaceable>nn</replaceable> is the number of
ports)</para> ports)</para>