Add missing userinput tags.
This commit is contained in:
parent
45ade4e6e9
commit
11c197164f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23731
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
wrapper module. As <username>root</username>:</para>
|
||||
|
||||
<screen>&prompt.root; cd /usr/src/sys/modules/ndis
|
||||
&prompt.root; make && make install</screen>
|
||||
<screen>&prompt.root; <userinput>cd /usr/src/sys/modules/ndis</userinput>
|
||||
&prompt.root; <userinput>make && make install</userinput></screen>
|
||||
|
||||
<para>Locate the files for your specific card. Generally, they can
|
||||
be found on the included CDs or at the vendors' websites. In the
|
||||
|
@ -1151,7 +1151,7 @@ wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
|
|||
<filename>ndis_driver_data.h</filename> to build the
|
||||
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
|
||||
the configuration and binary files, respectively. We use the
|
||||
|
|
Loading…
Reference in a new issue