Module Name:    src
Committed By:   uwe
Date:           Sun Oct  6 17:01:16 UTC 2019

Modified Files:
        src/share/man/man9: xcall.9

Log Message:
Format (*func)(arg1, arg2) so that "func" too is formatted as an
argument (the incantation is, admittedly, rather baroque and kludgy).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/xcall.9

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/man9/xcall.9
diff -u src/share/man/man9/xcall.9:1.12 src/share/man/man9/xcall.9:1.13
--- src/share/man/man9/xcall.9:1.12	Thu Feb  1 03:15:28 2018
+++ src/share/man/man9/xcall.9	Sun Oct  6 17:01:15 2019
@@ -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 @@ with other cross calls in the system.
 .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 @@ should not be called from interrupt cont
 Like
 .Fn xc_broadcast ,
 but call
-.Fn "(*func)"
+.Fa func
 on only the CPU indicated by
 .Fa ci .
 .Fn xc_unicast

Reply via email to