Module Name:    src
Committed By:   gutteridge
Date:           Tue Feb  7 01:17:41 UTC 2023

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

Log Message:
bpf.4: fix a garbled item heading

Make the BIOCSDIRECTION & BIOCGDIRECTION entry like those around it.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 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.65 src/share/man/man4/bpf.4:1.66
--- src/share/man/man4/bpf.4:1.65	Wed Nov 30 06:03:41 2022
+++ src/share/man/man4/bpf.4	Tue Feb  7 01:17:41 2023
@@ -1,6 +1,6 @@
 .\" -*- nroff -*-
 .\"
-.\"	$NetBSD: bpf.4,v 1.65 2022/11/30 06:03:41 ozaki-r Exp $
+.\"	$NetBSD: bpf.4,v 1.66 2023/02/07 01:17:41 gutteridge Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1992, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -319,9 +319,7 @@ interface should be returned by BPF.
 Set to zero to see only incoming packets on the interface.
 Set to one to see packets originating locally and remotely on the interface.
 This flag is initialized to one by default.
-.It Dv BIOCSDIRECTION
-.It Dv BIOCGDIRECTION
-.Pq Li u_int
+.It Dv BIOCSDIRECTION , BIOCGDIRECTION Pq Li u_int
 Set or get the setting determining whether incoming, outgoing, or all packets
 on the interface should be returned by BPF.
 Set to

Reply via email to