Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 B_DELWRI got renamed BO_DELWRI ages ago.



details:   https://anonhg.NetBSD.org/src/rev/0ccc8ec94162
branches:  trunk
changeset: 823048:0ccc8ec94162
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 10 22:36:14 2017 +0000

description:
B_DELWRI got renamed BO_DELWRI ages ago.

diffstat:

 share/man/man9/buffercache.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1e9d1df4eaae -r 0ccc8ec94162 share/man/man9/buffercache.9
--- a/share/man/man9/buffercache.9      Mon Apr 10 22:25:36 2017 +0000
+++ b/share/man/man9/buffercache.9      Mon Apr 10 22:36:14 2017 +0000
@@ -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 @@
 .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"



Home | Main Index | Thread Index | Old Index