Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Mention BUFQ_PRIOCSCAN as a valid flag for th...



details:   https://anonhg.NetBSD.org/src/rev/b8d6f4661803
branches:  trunk
changeset: 582857:b8d6f4661803
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Sat Jul 09 15:25:17 2005 +0000

description:
Mention BUFQ_PRIOCSCAN as a valid flag for the bq_flags argument,
ok'ed by yamt.

diffstat:

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

diffs (27 lines):

diff -r 87e04ca0d029 -r b8d6f4661803 share/man/man9/bufq.9
--- a/share/man/man9/bufq.9     Sat Jul 09 15:05:13 2005 +0000
+++ b/share/man/man9/bufq.9     Sat Jul 09 15:25:17 2005 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: bufq.9,v 1.6 2003/04/16 13:35:25 wiz Exp $
+.\"     $NetBSD: bufq.9,v 1.7 2005/07/09 15:25:17 xtraeme Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 16, 2002
+.Dd July 9, 2005
 .Dt BUFQ 9
 .Os
 .Sh NAME
@@ -96,6 +96,8 @@
 .It Dv BUFQ_READ_PRIO
 queue strategy is min seek sort for writes and first-come first-serve
 for reads with read priority
+.It Dv BUFQ_PRIOCSCAN
+queue strategy is per-priority cyclical scan
 .El
 .Sh FUNCTIONS
 .Bl -tag -width compact



Home | Main Index | Thread Index | Old Index