Module Name: src
Committed By: jruoho
Date: Tue Jun 8 04:08:37 UTC 2010
Modified Files:
src/share/man/man9: bpf.9
Log Message:
Grammar, markup.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/share/man/man9/bpf.9:1.2
--- src/share/man/man9/bpf.9:1.1 Wed Jan 20 12:09:39 2010
+++ src/share/man/man9/bpf.9 Tue Jun 8 04:08:37 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: bpf.9,v 1.1 2010/01/20 12:09:39 pooka Exp $
+.\" $NetBSD: bpf.9,v 1.2 2010/06/08 04:08:37 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 20, 2010
+.Dd June 8, 2010
.Dt BPF 9
.Os
.Sh NAME
@@ -55,9 +55,12 @@
.Pp
This vector is found from
.Vt struct bpf_ops *
-.Va bpf_ops ,
-and is either a stub implementation or a real implementation depending
-on if bpf is absent or present in the kernel, respectively.
+.Va bpf_ops .
+It is either a
+.Dq stub
+implementation or a real implementation, depending on whether
+.Nm
+is absent or present in the kernel, respectively.
.Sh CODE REFERENCES
This section describes places within the
.Nx
@@ -70,6 +73,7 @@
implementation is located in
.Pa sys/net/bpf.c ,
the stub implementation is in
-.Pa sys/net/bpf_stub.c
-and the interface is defined in
-.Pa sys/net/bpf.h .
+.Pa sys/net/bpf_stub.c ,
+and
+.Pa sys/net/bpf.h
+describes the interface.