Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Grammar, markup.
details: https://anonhg.NetBSD.org/src/rev/f6983896dc24
branches: trunk
changeset: 755500:f6983896dc24
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Jun 08 04:08:37 2010 +0000
description:
Grammar, markup.
diffstat:
share/man/man9/bpf.9 | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 24a82e9dc2ca -r f6983896dc24 share/man/man9/bpf.9
--- a/share/man/man9/bpf.9 Tue Jun 08 03:08:47 2010 +0000
+++ b/share/man/man9/bpf.9 Tue Jun 08 04:08:37 2010 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index