Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Format (*func)(arg1, arg2) so that "func" too...
details: https://anonhg.NetBSD.org/src/rev/c6914588ef51
branches: trunk
changeset: 464448:c6914588ef51
user: uwe <uwe%NetBSD.org@localhost>
date: Sun Oct 06 17:01:15 2019 +0000
description:
Format (*func)(arg1, arg2) so that "func" too is formatted as an
argument (the incantation is, admittedly, rather baroque and kludgy).
diffstat:
share/man/man9/xcall.9 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c7daac557f3d -r c6914588ef51 share/man/man9/xcall.9
--- a/share/man/man9/xcall.9 Sun Oct 06 15:17:39 2019 +0000
+++ b/share/man/man9/xcall.9 Sun Oct 06 17:01:15 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: xcall.9,v 1.12 2018/02/01 03:15:28 ozaki-r Exp $
+.\" $NetBSD: xcall.9,v 1.13 2019/10/06 17:01:15 uwe Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -97,7 +97,7 @@
.Bl -tag -width compact
.It Fn xc_broadcast "flags" "func" "arg1" "arg2"
Call
-.Fo "(*func)"
+.Pf (* Fa func\| ) Ns Fo ""
.Fa "arg1"
.Fa "arg2"
.Fc
@@ -129,7 +129,7 @@
Like
.Fn xc_broadcast ,
but call
-.Fn "(*func)"
+.Fa func
on only the CPU indicated by
.Fa ci .
.Fn xc_unicast
Home |
Main Index |
Thread Index |
Old Index