Module Name: src
Committed By: wiz
Date: Mon Jun 25 10:53:47 UTC 2018
Modified Files:
src/share/man/man9: bpf.9
Log Message:
Remove superfluous Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/bpf.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/bpf.9
diff -u src/share/man/man9/bpf.9:1.4 src/share/man/man9/bpf.9:1.5
--- src/share/man/man9/bpf.9:1.4 Mon Jun 25 03:22:14 2018
+++ src/share/man/man9/bpf.9 Mon Jun 25 10:53:47 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: bpf.9,v 1.4 2018/06/25 03:22:14 msaitoh Exp $
+.\" $NetBSD: bpf.9,v 1.5 2018/06/25 10:53:47 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -36,7 +36,6 @@
.Sh DESCRIPTION
.Nm
is called via an operations vector described by the following struct:
-.Pp
.Bd -literal
struct bpf_ops {
void (*bpf_attach)(struct ifnet *, u_int, u_int, struct bpf_if **);