Module Name: src
Committed By: abhinav
Date: Sat Apr 15 09:50:57 UTC 2017
Modified Files:
src/share/man/man9: knote.9
Log Message:
Use Xr instead of Fn to refer kqueue(2)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 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.16 src/share/man/man9/knote.9:1.17
--- src/share/man/man9/knote.9:1.16 Sun Apr 2 13:11:32 2017
+++ src/share/man/man9/knote.9 Sat Apr 15 09:50:57 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: knote.9,v 1.16 2017/04/02 13:11:32 abhinav Exp $
+.\" $NetBSD: knote.9,v 1.17 2017/04/15 09:50:57 abhinav Exp $
.\"
.\" Copyright (c) 2001, 2002, 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -104,6 +104,6 @@ and then in
.Nx 2.0 .
.Sh AUTHORS
The
-.Fn kqueue
+.Xr kqueue 2
system was written by
.An Jonathan Lemon Aq Mt [email protected] .