Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Use .Bl -tag -width Fn. There's no such thin...



details:   https://anonhg.NetBSD.org/src/rev/953708cd6dc8
branches:  trunk
changeset: 460082:953708cd6dc8
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Oct 06 17:21:28 2019 +0000

description:
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".

diffstat:

 share/man/man9/xcall.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0d292f65e0b9 -r 953708cd6dc8 share/man/man9/xcall.9
--- a/share/man/man9/xcall.9    Sun Oct 06 17:14:18 2019 +0000
+++ b/share/man/man9/xcall.9    Sun Oct 06 17:21:28 2019 +0000
@@ -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 @@
 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 ""



Home | Main Index | Thread Index | Old Index