diff --git a/share/man/man9/scsipi.9 b/share/man/man9/scsipi.9 index a7e17be4aa4a..0d43a35e8bdc 100644 --- a/share/man/man9/scsipi.9 +++ b/share/man/man9/scsipi.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: scsipi.9,v 1.29 2016/11/20 15:37:19 mlelstv Exp $ +.\" $NetBSD: scsipi.9,v 1.30 2016/11/20 16:59:11 wiz Exp $ .\" .\" .\" Copyright (c) 2001 Manuel Bouyer. @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd June 1, 2016 +.Dd November 20, 2016 .Dt SCSIPI 9 .Os .Sh NAME @@ -582,7 +582,9 @@ will be called with and .Fa arg as arguments, from the channel completion thread. -The callback is run at IPL_BIO with the channel lock held. +The callback is run at +.Dv IPL_BIO +with the channel lock held. .Fn scsipi_thread_call_callback will freeze the channel by one, it's up to the caller to thaw it when appropriate.