Add kern.mqueue also to the big list of second-level nodes. Sort.
This commit is contained in:
parent
44b309378f
commit
7b03aec152
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: sysctl.7,v 1.48 2010/07/28 20:49:12 jruoho Exp $
|
||||
.\" $NetBSD: sysctl.7,v 1.49 2010/07/31 02:00:49 jruoho 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 July 28, 2010
|
||||
.Dd July 31, 2010
|
||||
.Dt SYSCTL 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -283,6 +283,7 @@ privilege may change the value.
|
||||
.It kern.memory_protection integer no
|
||||
.It kern.module node not applicable
|
||||
.It kern.monotonic_clock integer no
|
||||
.It kern.mqueue node not applicable
|
||||
.It kern.msgbuf integer no
|
||||
.It kern.msgbufsize integer no
|
||||
.It kern.ngroups integer no
|
||||
@ -692,6 +693,10 @@ for additional details.
|
||||
A boolean that enables or disables verbose
|
||||
debug messages related to kernel modules.
|
||||
.El
|
||||
.It Li kern.monotonic_clock ( KERN_MONOTONIC_CLOCK )
|
||||
Returns the standard version the implementation of the POSIX 1003.1b
|
||||
Monotonic Clock Option conforms to,
|
||||
otherwise 0.
|
||||
.It Li kern.mqueue
|
||||
Settings related to
|
||||
.Tn POSIX
|
||||
@ -722,10 +727,6 @@ The default maximum message count.
|
||||
.It Li kern.mqueue.mq_max_maxmsg
|
||||
The maximum number of messages in a message queue.
|
||||
.El
|
||||
.It Li kern.monotonic_clock ( KERN_MONOTONIC_CLOCK )
|
||||
Returns the standard version the implementation of the POSIX 1003.1b
|
||||
Monotonic Clock Option conforms to,
|
||||
otherwise 0.
|
||||
.It Li kern.msgbuf ( KERN_MSGBUF )
|
||||
The kernel message buffer, rotated so that the head of the circular kernel
|
||||
message buffer is at the start of the returned data.
|
||||
|
Loading…
Reference in New Issue
Block a user