Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Use correct macro.



details:   https://anonhg.NetBSD.org/src/rev/682e44b9d17d
branches:  trunk
changeset: 784228:682e44b9d17d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jan 22 15:52:17 2013 +0000

description:
Use correct macro.

diffstat:

 share/man/man9/usbdi.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 49c0953e05ca -r 682e44b9d17d share/man/man9/usbdi.9
--- a/share/man/man9/usbdi.9    Tue Jan 22 15:44:25 2013 +0000
+++ b/share/man/man9/usbdi.9    Tue Jan 22 15:52:17 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index