Bump date for previous. Use more markup.

This commit is contained in:
wiz 2016-11-20 16:59:11 +00:00
parent 91eaa6ded9
commit 1d1b567584
1 changed files with 5 additions and 3 deletions

View File

@ -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.