From f6613d2861cf658121184a561c03f3263b0513f5 Mon Sep 17 00:00:00 2001 From: riastradh Date: Mon, 10 Apr 2017 22:36:14 +0000 Subject: [PATCH] B_DELWRI got renamed BO_DELWRI ages ago. --- share/man/man9/buffercache.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/buffercache.9 b/share/man/man9/buffercache.9 index 81cd529a09d5..6683a0c546f7 100644 --- a/share/man/man9/buffercache.9 +++ b/share/man/man9/buffercache.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: buffercache.9,v 1.30 2015/04/20 06:50:13 wiz Exp $ +.\" $NetBSD: buffercache.9,v 1.31 2017/04/10 22:36:14 riastradh Exp $ .\" .\" Copyright (c)2003 YAMAMOTO Takashi, .\" All rights reserved. @@ -253,7 +253,7 @@ Unlike .Fn bdwrite won't start any I/O. It only marks the buffer as dirty -.Pq Dv B_DELWRI +.Pq Dv BO_DELWRI and unbusy it. .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .It Fn getblk "vp" "blkno" "size" "slpflag" "slptimeo"