Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 bpf(4): fix couple more nits
details: https://anonhg.NetBSD.org/src/rev/57a7e7aa7c75
branches: trunk
changeset: 373460:57a7e7aa7c75
user: uwe <uwe%NetBSD.org@localhost>
date: Sat Feb 11 18:03:25 2023 +0000
description:
bpf(4): fix couple more nits
diffstat:
share/man/man4/bpf.4 | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (29 lines):
diff -r 6adc303ef05e -r 57a7e7aa7c75 share/man/man4/bpf.4
--- a/share/man/man4/bpf.4 Sat Feb 11 17:52:19 2023 +0000
+++ b/share/man/man4/bpf.4 Sat Feb 11 18:03:25 2023 +0000
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\"
-.\" $NetBSD: bpf.4,v 1.72 2023/02/11 12:44:49 uwe Exp $
+.\" $NetBSD: bpf.4,v 1.73 2023/02/11 18:03:25 uwe Exp $
.\"
.\" Copyright (c) 1990, 1991, 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -717,12 +717,13 @@
.It Sy BPF_MISC + BPF_TXA Ta A \[<-] X
.El
.Pp
-Also, two instructions to call a "coprocessor" if initialized by the kernel
-component.
+Also, two instructions to call a
+.Dq Em coprocessor
+if initialized by the kernel component.
There is no coprocessor by default.
.Bl -column "\*[max-insn]" -offset indent
-.It Sy BPF_MISC + BPF_COP Ta A \[<-] funcs[k](..)
-.It Sy BPF_MISC + BPF_COPX Ta A \[<-] funcs[X](..)
+.It Sy BPF_MISC + BPF_COP Ta A \[<-] funcs[k](...)
+.It Sy BPF_MISC + BPF_COPX Ta A \[<-] funcs[X](...)
.El
.Pp
If the coprocessor is not set or the function index is out of range, these
Home |
Main Index |
Thread Index |
Old Index