From 7b03aec15235f9b473cfa3ebe5465e9a43305725 Mon Sep 17 00:00:00 2001 From: jruoho Date: Sat, 31 Jul 2010 02:00:49 +0000 Subject: [PATCH] Add kern.mqueue also to the big list of second-level nodes. Sort. --- share/man/man7/sysctl.7 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/share/man/man7/sysctl.7 b/share/man/man7/sysctl.7 index 4d32036cd2fe..8fb1d87f90b8 100644 --- a/share/man/man7/sysctl.7 +++ b/share/man/man7/sysctl.7 @@ -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.