diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index 581a9a161a9f..1db19a9720c4 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -65,9 +65,7 @@ All packets on the network, even those destined for other hosts, are accessible through this mechanism. .Pp The packet filter appears as a character special device, -.Pa /dev/bpf0 , -.Pa /dev/bpf1 , -etc. +.Pa /dev/bpf . After opening the device, the file descriptor must be bound to a specific network interface with the .Dv BIOCSETIF @@ -881,8 +879,8 @@ array initializers: and .Fn BPF_JUMP opcode operand true_offset false_offset . .Sh FILES -.Bl -tag -compact -width /dev/bpfXXX -.It Pa /dev/bpf Ns Sy n +.Bl -tag -compact -width /dev/bpf +.It Pa /dev/bpf the packet filter device .El .Sh EXAMPLES diff --git a/sys/sys/param.h b/sys/sys/param.h index db40e9eedd52..f4edd2e8f4d7 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -57,7 +57,7 @@ * is created, otherwise 1. */ #undef __FreeBSD_version -#define __FreeBSD_version 800042 /* Master, propagated to newvers */ +#define __FreeBSD_version 800043 /* Master, propagated to newvers */ #ifndef LOCORE #include