Module Name:    src
Committed By:   uwe
Date:           Sun Oct  6 17:21:28 UTC 2019

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

Log Message:
Use .Bl -tag -width Fn.  There's no such thing as -width compact
or, rather, there is, but the width specified is that of the word
"compact".


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 src/share/man/man9/xcall.9:1.15
--- src/share/man/man9/xcall.9:1.14	Sun Oct  6 17:14:18 2019
+++ src/share/man/man9/xcall.9	Sun Oct  6 17:21:28 2019
@@ -1,4 +1,4 @@
-.\"     $NetBSD: xcall.9,v 1.14 2019/10/06 17:14:18 uwe Exp $
+.\"     $NetBSD: xcall.9,v 1.15 2019/10/06 17:21:28 uwe Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -94,7 +94,7 @@ Functions being called should be relativ
 They may block on locks, but carefully and minimally, to not interfere
 with other cross calls in the system.
 .Sh FUNCTIONS
-.Bl -tag -width compact
+.Bl -tag -width Fn
 .It Fn xc_broadcast "flags" "func" "arg1" "arg2"
 Call
 .Pf (* Fa func\| ) Ns Fo ""

Reply via email to