Module Name:    src
Committed By:   riastradh
Date:           Mon Apr 10 22:36:14 UTC 2017

Modified Files:
        src/share/man/man9: buffercache.9

Log Message:
B_DELWRI got renamed BO_DELWRI ages ago.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/man9/buffercache.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/buffercache.9
diff -u src/share/man/man9/buffercache.9:1.30 src/share/man/man9/buffercache.9:1.31
--- src/share/man/man9/buffercache.9:1.30	Mon Apr 20 06:50:13 2015
+++ src/share/man/man9/buffercache.9	Mon Apr 10 22:36:14 2017
@@ -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"

Reply via email to