Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Avoid using .Fn for XC_HIGHPRI_IPL as it look...
details: https://anonhg.NetBSD.org/src/rev/0d292f65e0b9
branches: trunk
changeset: 460081:0d292f65e0b9
user: uwe <uwe%NetBSD.org@localhost>
date: Sun Oct 06 17:14:18 2019 +0000
description:
Avoid using .Fn for XC_HIGHPRI_IPL as it looks inconsistent with
.Dv XC_HIGHPRI
diffstat:
share/man/man9/xcall.9 | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (27 lines):
diff -r 62c912d3a524 -r 0d292f65e0b9 share/man/man9/xcall.9
--- a/share/man/man9/xcall.9 Sun Oct 06 17:01:15 2019 +0000
+++ b/share/man/man9/xcall.9 Sun Oct 06 17:14:18 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: xcall.9,v 1.13 2019/10/06 17:01:15 uwe Exp $
+.\" $NetBSD: xcall.9,v 1.14 2019/10/06 17:14:18 uwe Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -112,15 +112,13 @@
should be
.Dv XC_HIGHPRI
or
-.Fo XC_HIGHPRI_IPL
-.Fa ipl
-.Fc
+.Dv XC_HIGHPRI_IPL\| Ns Fn "" ipl
for a "high priority" call, and 0 for a "low priority" call.
.Dv XC_HIGHPRI
uses an
.Dv IPL_SOFTSERIAL
software interrupt while
-.Fn XC_HIGHPRI_IPL
+.Dv XC_HIGHPRI_IPL
uses a software interrupt with an IPL specified by
.Fa ipl .
.Fn xc_broadcast
Home |
Main Index |
Thread Index |
Old Index