Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man7 mention the new kern.tty.qsize
details: https://anonhg.NetBSD.org/src/rev/ba95c9557f64
branches: trunk
changeset: 769806:ba95c9557f64
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 24 00:08:05 2011 +0000
description:
mention the new kern.tty.qsize
diffstat:
share/man/man7/sysctl.7 | 24 ++++++++++++++++++++++--
1 files changed, 22 insertions(+), 2 deletions(-)
diffs (52 lines):
diff -r 337aebd215cc -r ba95c9557f64 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7 Sat Sep 24 00:06:20 2011 +0000
+++ b/share/man/man7/sysctl.7 Sat Sep 24 00:08:05 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysctl.7,v 1.65 2011/08/27 09:06:58 christos Exp $
+.\" $NetBSD: sysctl.7,v 1.66 2011/09/24 00:08:05 christos 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 August 27, 2011
+.Dd September 9, 2011
.Dt SYSCTL 7
.Os
.Sh NAME
@@ -356,6 +356,7 @@
.It kern.timecounter node not applicable
.It kern.timex struct no
.It kern.tkstat node not applicable
+.It kern.tty node not applicable
.It kern.urandom integer no
.It kern.usercrypto integer yes
.It kern.userasymcrypto integer yes
@@ -1048,6 +1049,25 @@
.It Li kern.tkstat.rawcc ( KERN_TKSTAT_RAWCC )
The number of raw input characters.
.El
+.It Li kern.tty
+The third level names for the tty setup variables are detailed below.
+The changeable column shows whether a process
+with appropriate privilege may change the value.
+.Bl -column "kern.tty.qsize" "int" "Changeable" -offset indent
+.It Sy Third level name Type Changeable
+.It kern.tty.qsize int yes
+.El
+.Pp
+The variables are as follows:
+.Bl -tag -width "123456"
+.It Li kern.tty.qsize
+Control/display the size of the default input and output queues selected
+during tty creation.
+Is converted to a power of two and its range is between
+.Dv 1024
+and
+.Dv 65536 .
+.El
.It Li kern.urandom ( KERN_URND )
Random integer value.
.It Li kern.usercrypto
Home |
Main Index |
Thread Index |
Old Index