Module Name: src
Committed By: wiz
Date: Sun Nov 20 16:59:11 UTC 2016
Modified Files:
src/share/man/man9: scsipi.9
Log Message:
Bump date for previous. Use more markup.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man9/scsipi.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/scsipi.9
diff -u src/share/man/man9/scsipi.9:1.29 src/share/man/man9/scsipi.9:1.30
--- src/share/man/man9/scsipi.9:1.29 Sun Nov 20 15:37:19 2016
+++ src/share/man/man9/scsipi.9 Sun Nov 20 16:59:11 2016
@@ -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.