Add missing userinput tags.

This commit is contained in:
Martin Heinen 2005-02-05 15:15:39 +00:00
parent 45ade4e6e9
commit 11c197164f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23731

View file

@ -1127,8 +1127,8 @@ wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
<para>You may need to compile the &man.ndis.4; mini port driver <para>You may need to compile the &man.ndis.4; mini port driver
wrapper module. As <username>root</username>:</para> wrapper module. As <username>root</username>:</para>
<screen>&prompt.root; cd /usr/src/sys/modules/ndis <screen>&prompt.root; <userinput>cd /usr/src/sys/modules/ndis</userinput>
&prompt.root; make && make install</screen> &prompt.root; <userinput>make && make install</userinput></screen>
<para>Locate the files for your specific card. Generally, they can <para>Locate the files for your specific card. Generally, they can
be found on the included CDs or at the vendors' websites. In the be found on the included CDs or at the vendors' websites. In the
@ -1151,7 +1151,7 @@ wi0: flags=8843&lt;UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST&gt; mtu 1500
<filename>ndis_driver_data.h</filename> to build the <filename>ndis_driver_data.h</filename> to build the
module:</para> module:</para>
<screen>&prompt.root; ndiscvt -i <replaceable>W32DRIVER.INF</replaceable> -s <replaceable>W32DRIVER.SYS</replaceable> -o ndis_driver_data.h</screen> <screen>&prompt.root; <userinput>ndiscvt -i <replaceable>W32DRIVER.INF</replaceable> -s <replaceable>W32DRIVER.SYS</replaceable> -o ndis_driver_data.h</userinput></screen>
<para>The <option>-i</option> and <option>-s</option> options specify <para>The <option>-i</option> and <option>-s</option> options specify
the configuration and binary files, respectively. We use the the configuration and binary files, respectively. We use the