Module Name: src
Committed By: uwe
Date: Sat Jan 13 12:14:26 UTC 2018
Modified Files:
src/share/man/man4: bpf.4
Log Message:
Use .Fn when describing C macros
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 src/share/man/man4/bpf.4:1.58
--- src/share/man/man4/bpf.4:1.57 Sat Jan 13 12:06:48 2018
+++ src/share/man/man4/bpf.4 Sat Jan 13 12:14:26 2018
@@ -1,6 +1,6 @@
.\" -*- nroff -*-
.\"
-.\" $NetBSD: bpf.4,v 1.57 2018/01/13 12:06:48 uwe Exp $
+.\" $NetBSD: bpf.4,v 1.58 2018/01/13 12:14:26 uwe Exp $
.\"
.\" Copyright (c) 1990, 1991, 1992, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -646,8 +646,8 @@ instructions will abort the program and
The BPF interface provides the following macros to facilitate
array initializers:
.Bd -unfilled -offset indent
-.Sy BPF_STMT No (opcode, operand)
-.Sy BPF_JUMP No (opcode, operand, true_offset, false_offset)
+.Fn BPF_STMT opcode operand
+.Fn BPF_JUMP opcode operand true_offset false_offset
.Ed
.Sh SYSCTLS
The following sysctls are available when