Module Name: src
Committed By: wiz
Date: Tue Aug 4 18:59:05 UTC 2009
Modified Files:
src/share/man/man9: workqueue.9
Log Message:
Use .Nm instead Xr to itself.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/workqueue.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/workqueue.9
diff -u src/share/man/man9/workqueue.9:1.7 src/share/man/man9/workqueue.9:1.8
--- src/share/man/man9/workqueue.9:1.7 Mon Aug 3 23:29:19 2009
+++ src/share/man/man9/workqueue.9 Tue Aug 4 18:59:05 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: workqueue.9,v 1.7 2009/08/03 23:29:19 rmind Exp $
+.\" $NetBSD: workqueue.9,v 1.8 2009/08/04 18:59:05 wiz Exp $
.\"
.\" Copyright (c)2005 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -114,7 +114,7 @@
The enqueued work will be processed in a thread context.
A work must not be enqueued again until the callback is called by
the
-.Xr workqueue 9
+.Nm
framework.
.Pp
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -