Module Name:    src
Committed By:   christos
Date:           Sat Sep 24 00:08:05 UTC 2011

Modified Files:
        src/share/man/man7: sysctl.7

Log Message:
mention the new kern.tty.qsize


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man7/sysctl.7
diff -u src/share/man/man7/sysctl.7:1.65 src/share/man/man7/sysctl.7:1.66
--- src/share/man/man7/sysctl.7:1.65	Sat Aug 27 05:06:58 2011
+++ src/share/man/man7/sysctl.7	Fri Sep 23 20:08:05 2011
@@ -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

Reply via email to