mention the new kern.tty.qsize
This commit is contained in:
parent
97a37f38a3
commit
ed66ced678
|
@ -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 @@ privilege may change the value.
|
|||
.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 @@ The total number of output characters.
|
|||
.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
|
||||
|
|
Loading…
Reference in New Issue