Module Name:    src
Committed By:   wiz
Date:           Tue Jan 22 15:52:17 UTC 2013

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

Log Message:
Use correct macro.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man9/usbdi.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/usbdi.9
diff -u src/share/man/man9/usbdi.9:1.25 src/share/man/man9/usbdi.9:1.26
--- src/share/man/man9/usbdi.9:1.25	Tue Jan 22 15:35:08 2013
+++ src/share/man/man9/usbdi.9	Tue Jan 22 15:52:17 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: usbdi.9,v 1.25 2013/01/22 15:35:08 jmcneill Exp $
+.\"	$NetBSD: usbdi.9,v 1.26 2013/01/22 15:52:17 wiz Exp $
 .\"
 .\" Copyright (c) 2012 Matthew R. Green
 .\" All rights reserved.
@@ -934,11 +934,11 @@ and the task flags
 If the
 .Fa flags
 argument is
-.Dt USB_TASKQ_MPSAFE ,
+.Dv USB_TASKQ_MPSAFE ,
 the
 .Fa func
 function will be called without first acquiring
-.Dt kernel_lock .
+.Dv kernel_lock .
 .Pp
 To invoke the task callback the
 .Fn usb_add_task

Reply via email to