Module Name:    src
Committed By:   wiz
Date:           Fri Jun 12 20:58:43 UTC 2020

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

Log Message:
Use more markup.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 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.62 src/share/man/man4/bpf.4:1.63
--- src/share/man/man4/bpf.4:1.62	Thu Jun 11 13:36:20 2020
+++ src/share/man/man4/bpf.4	Fri Jun 12 20:58:43 2020
@@ -1,6 +1,6 @@
 .\" -*- nroff -*-
 .\"
-.\"	$NetBSD: bpf.4,v 1.62 2020/06/11 13:36:20 roy Exp $
+.\"	$NetBSD: bpf.4,v 1.63 2020/06/12 20:58:43 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1992, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -263,7 +263,9 @@ for an explanation of the filter languag
 .It Dv BIOCSETWF ( struct bpf_program )
 Sets the write filter program used by the kernel to control what type
 of packets can be written to the interface.
-See the BIOCSETF command for more information on the bpf filter program.
+See the
+.Dv BIOCSETF
+command for more information on the bpf filter program.
 .It Dv BIOCVERSION ( struct bpf_version )
 Returns the major and minor version numbers of the filter language currently
 recognized by the kernel.

Reply via email to