summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-07-24 14:19:25 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-07-24 14:19:25 +0000
commit2adf0e880e4eb0c4e7b87480c5c2427eb33ed735 (patch)
treee5777d67da47f60521dfa0b7e8f507102b1a898b /share
parent157fdd2141ea7491ecb302230b07338bb5f6a22a (diff)
kill whitespace at eol;
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/buffercache.912
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/buffercache.9 b/share/man/man9/buffercache.9
index 6b855defed8..1a5d7a9d8d3 100644
--- a/share/man/man9/buffercache.9
+++ b/share/man/man9/buffercache.9
@@ -1,4 +1,4 @@
-.\" $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,
@@ -102,7 +102,7 @@
.\"
.\"
.\" ------------------------------------------------------------
-.Dd $Mdocdate: July 23 2008 $
+.Dd $Mdocdate: July 24 2008 $
.Dt BUFFERCACHE 9
.Os
.Sh NAME
@@ -327,10 +327,10 @@ Otherwise, wake up the waiting processes.
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.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