Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 Document the previously-undocument kern.bufq ...
details: https://anonhg.NetBSD.org/src/rev/4473c80bb737
branches: trunk
changeset: 348943:4473c80bb737
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Nov 17 01:22:00 2016 +0000
description:
Document the previously-undocument kern.bufq node.
diffstat:
share/man/man7/sysctl.7 | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 423d6d76e24e -r 4473c80bb737 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7 Thu Nov 17 01:16:27 2016 +0000
+++ b/share/man/man7/sysctl.7 Thu Nov 17 01:22:00 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.7,v 1.103 2016/10/12 08:52:49 roy Exp $
+.\" $NetBSD: sysctl.7,v 1.104 2016/11/17 01:22:00 pgoyette Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
.\"
-.Dd October 12, 2016
+.Dd November 17, 2016
.Dt SYSCTL 7
.Os
.Sh NAME
@@ -399,11 +399,16 @@
.Vt struct timeval
structure is returned.
This structure contains the time that the system was booted.
+.It Li kern.bufq
+This variable contains information on the
+.Xr bufq 9
+subsystem.
+Currently, the only third level name implemented is
+.Dv kern.bufq.strategies
+which provides a list of buffer queue strategies currently available.
.It Li kern.buildinfo
When the kernel is built, the build environment may optionally provide
arbitrary information to be stored in this variable.
-.\" .It Li kern.bufq
-.\" XXX: Undocumented.
.It Li kern.ccpu ( Dv KERN_CCPU )
The scheduler exponential decay value.
.It Li kern.clockrate ( Dv KERN_CLOCKRATE )
Home |
Main Index |
Thread Index |
Old Index