Module Name:    src
Committed By:   uwe
Date:           Sat Feb 11 18:03:25 UTC 2023

Modified Files:
        src/share/man/man4: bpf.4

Log Message:
bpf(4): fix couple more nits


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/share/man/man4/bpf.4

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/man4/bpf.4
diff -u src/share/man/man4/bpf.4:1.72 src/share/man/man4/bpf.4:1.73
--- src/share/man/man4/bpf.4:1.72	Sat Feb 11 12:44:49 2023
+++ src/share/man/man4/bpf.4	Sat Feb 11 18:03:25 2023
@@ -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 @@ that copy the index register to the accu
 .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

Reply via email to