specify that you only create /dev/bpf on 4.x, minor language
clarification.
This commit is contained in:
parent
ab1adb5d4b
commit
cf0093852f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17260
1 changed files with 5 additions and 4 deletions
|
@ -8706,15 +8706,16 @@ Key F15 A A Menu Workplace Nop</programlisting>
|
|||
|
||||
<programlisting>pseudo-device bpf # Berkeley Packet Filter</programlisting>
|
||||
|
||||
<para>After rebooting, create the device node. This can be
|
||||
accomplished by going to the <filename>/dev</filename>
|
||||
directory and running:</para>
|
||||
<para>On FreeBSD 4.X and earlier, you must also create the device node.
|
||||
After rebooting,
|
||||
go to the <filename>/dev</filename>
|
||||
directory and run:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>sh MAKEDEV bpf0</userinput></screen>
|
||||
|
||||
<para>Please see the <ulink
|
||||
URL="../handbook/kernelconfig-nodes.html"> Handbook entry
|
||||
on device nodes</ulink> for more information on creating
|
||||
on device nodes</ulink> for more information on managing
|
||||
devices.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
|
Loading…
Reference in a new issue