Module Name:    src
Committed By:   uwe
Date:           Sun Oct  6 17:14:18 UTC 2019

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

Log Message:
Avoid using .Fn for XC_HIGHPRI_IPL as it looks inconsistent with
.Dv XC_HIGHPRI


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/share/man/man9/xcall.9:1.14
--- src/share/man/man9/xcall.9:1.13	Sun Oct  6 17:01:15 2019
+++ src/share/man/man9/xcall.9	Sun Oct  6 17:14:18 2019
@@ -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 @@ on for the cross-call to complete.
 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

Reply via email to