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/20028e9c03ec
branches:  trunk
changeset: 455087:20028e9c03ec
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 0de5af06877b -r 20028e9c03ec 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