Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 BUFQ_READPRIO is no longer marked as experime...



details:   https://anonhg.NetBSD.org/src/rev/0816fbc9a25a
branches:  trunk
changeset: 829249:0816fbc9a25a
user:      sevan <sevan%NetBSD.org@localhost>
date:      Tue Jan 23 17:19:34 2018 +0000

description:
BUFQ_READPRIO is no longer marked as experimental.

diffstat:

 share/man/man4/options.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 67862449f51c -r 0816fbc9a25a share/man/man4/options.4
--- a/share/man/man4/options.4  Tue Jan 23 15:13:56 2018 +0000
+++ b/share/man/man4/options.4  Tue Jan 23 17:19:34 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.479 2018/01/10 18:13:29 maxv Exp $
+.\"    $NetBSD: options.4,v 1.480 2018/01/23 17:19:34 sevan Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -30,7 +30,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\"
-.Dd January 10, 2018
+.Dd January 23, 2018
 .Dt OPTIONS 4
 .Os
 .Sh NAME
@@ -1229,7 +1229,7 @@
 The following options enable alternative buffer queue strategies.
 .Bl -ohang
 .It Cd options BUFQ_READPRIO
-Enable experimental buffer queue strategy for disk I/O.
+Enable alternate buffer queue strategy for disk I/O.
 In the default strategy, outstanding disk requests are ordered by
 sector number and sent to the disk, regardless of whether the
 operation is a read or write; this option gives priority to issuing



Home | Main Index | Thread Index | Old Index