-.\" $OpenBSD: buffercache.9,v 1.6 2008/07/23 16:24:43 beck Exp $
+.\" $OpenBSD: buffercache.9,v 1.7 2008/07/24 14:19:24 jmc Exp $
.\" $NetBSD: buffercache.9,v 1.13 2004/06/25 15:31:37 wiz Exp $
.\"
.\" Copyright (c)2003 YAMAMOTO Takashi,
.\"
.\"
.\" ------------------------------------------------------------
-.Dd $Mdocdate: July 23 2008 $
+.Dd $Mdocdate: July 24 2008 $
.Dt BUFFERCACHE 9
.Os
.Sh NAME
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.It Fn biowait "bp"
Wait for operations on the buffer to complete.
-When they do, extract and return the I/O's error value.
-If the operation on the buffer is being done via a direct call to a
-.Fn strategy
-type function, then the buffer must be previously initialized with the
+When they do, extract and return the I/O's error value.
+If the operation on the buffer is being done via a direct call to a
+.Fn strategy
+type function, then the buffer must be previously initialized with the
.Dv B_RAW
flag.
.El