summaryrefslogtreecommitdiffstats
path: root/share/man/man4/bpf.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/bpf.4')
-rw-r--r--share/man/man4/bpf.414
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index 0dfc8c3..1d11710 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -98,7 +98,7 @@ links are supported.
The
.Xr ioctl 2
command codes below are defined in
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
All commands require
these includes:
.Bd -literal
@@ -113,9 +113,9 @@ Additionally,
and
.Dv BIOCSETIF
require
-.Aq Pa sys/socket.h
+.In sys/socket.h
and
-.Aq Pa net/if.h .
+.In net/if.h .
.Pp
In addition to
.Dv FIONREAD
@@ -154,7 +154,7 @@ is returned if no interface has been specified.
The device types, prefixed with
.Dq Li DLT_ ,
are defined in
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
.It Dv BIOCPROMISC
Forces the interface into promiscuous mode.
All packets, not just those destined for the local host, are processed.
@@ -275,7 +275,7 @@ The current version numbers are given by
and
.Dv BPF_MINOR_VERSION
from
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
An incompatible filter
may result in undefined behavior (most likely, an error returned by
.Fn ioctl
@@ -359,7 +359,7 @@ has some knowledge of how to get from packet to packet.
The macro
.Dv BPF_WORDALIGN
is defined in
-.Aq Pa net/bpf.h
+.In net/bpf.h
to facilitate
this process.
It rounds up its argument to the nearest word aligned value (where a word is
@@ -422,7 +422,7 @@ and
Various other mode and
operator bits are or'd into the class to give the actual instructions.
The classes and modes are defined in
-.Aq Pa net/bpf.h .
+.In net/bpf.h .
.Pp
Below are the semantics for each defined
.Nm
OpenPOWER on IntegriCloud