summaryrefslogtreecommitdiffstats
path: root/share/man/man4/bpf.4
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2012-05-12 03:25:46 +0000
committergjb <gjb@FreeBSD.org>2012-05-12 03:25:46 +0000
commited459e330b5bef0aa237c175988a31c682825239 (patch)
tree07b14e981380ee131c889c61fb97e2397d437185 /share/man/man4/bpf.4
parentdc31669ddf8295a407d12bf51924b4313850fe9f (diff)
downloadFreeBSD-src-ed459e330b5bef0aa237c175988a31c682825239.zip
FreeBSD-src-ed459e330b5bef0aa237c175988a31c682825239.tar.gz
General mdoc(7) and typo fixes.
PR: 167776 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
Diffstat (limited to 'share/man/man4/bpf.4')
-rw-r--r--share/man/man4/bpf.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4
index a317920..4095f5e 100644
--- a/share/man/man4/bpf.4
+++ b/share/man/man4/bpf.4
@@ -642,7 +642,7 @@ struct bpf_xhdr {
uint32_t bh_caplen; /* length of captured portion */
uint32_t bh_datalen; /* original length of packet */
u_short bh_hdrlen; /* length of bpf header (this struct
- plus alignment padding */
+ plus alignment padding) */
};
struct bpf_hdr {
@@ -650,7 +650,7 @@ struct bpf_hdr {
uint32_t bh_caplen; /* length of captured portion */
uint32_t bh_datalen; /* original length of packet */
u_short bh_hdrlen; /* length of bpf header (this struct
- plus alignment padding */
+ plus alignment padding) */
};
.Ed
.Pp
OpenPOWER on IntegriCloud