kill whitespace at eol;
authorjmc <jmc@openbsd.org>
Thu, 24 Jul 2008 14:19:24 +0000 (14:19 +0000)
committerjmc <jmc@openbsd.org>
Thu, 24 Jul 2008 14:19:24 +0000 (14:19 +0000)
share/man/man9/buffercache.9

index 6b855de..1a5d7a9 100644 (file)
@@ -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,
 .\"
 .\"
 .\" ------------------------------------------------------------
-.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