Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Use .Fn when describing C macros
details: https://anonhg.NetBSD.org/src/rev/d1f44c79aea7
branches: trunk
changeset: 358673:d1f44c79aea7
user: uwe <uwe%NetBSD.org@localhost>
date: Sat Jan 13 12:14:26 2018 +0000
description:
Use .Fn when describing C macros
diffstat:
share/man/man4/bpf.4 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 62d237691be0 -r d1f44c79aea7 share/man/man4/bpf.4
--- a/share/man/man4/bpf.4 Sat Jan 13 12:06:48 2018 +0000
+++ b/share/man/man4/bpf.4 Sat Jan 13 12:14:26 2018 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index