Module Name:    src
Committed By:   abhinav
Date:           Sun Apr  2 13:11:32 UTC 2017

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

Log Message:
Use Xr instead of Fn to reference splsched(9)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/knote.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/knote.9
diff -u src/share/man/man9/knote.9:1.15 src/share/man/man9/knote.9:1.16
--- src/share/man/man9/knote.9:1.15	Tue Mar 18 18:20:40 2014
+++ src/share/man/man9/knote.9	Sun Apr  2 13:11:32 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: knote.9,v 1.15 2014/03/18 18:20:40 riastradh Exp $
+.\"	$NetBSD: knote.9,v 1.16 2017/04/02 13:11:32 abhinav Exp $
 .\"
 .\" Copyright (c) 2001, 2002, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -81,7 +81,7 @@ filter to record the activity.
 .Fn knote
 must not be called from interrupt contexts running at an interrupt
 priority level higher than
-.Fn splsched .
+.Xr splsched 9 .
 .Pp
 .Fn KNOTE
 is a macro that calls

Reply via email to