From a00a9756c0a42c2e088474c4e3d9820fbf673701 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 12 Jun 2020 20:58:43 +0000 Subject: [PATCH] Use more markup. --- share/man/man4/bpf.4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index 693c251ce6e2..d0dc694e17c9 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -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 language. .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.