Module Name: src Committed By: jruoho Date: Sat Jul 31 02:00:49 UTC 2010
Modified Files: src/share/man/man7: sysctl.7 Log Message: Add kern.mqueue also to the big list of second-level nodes. Sort. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 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.48 src/share/man/man7/sysctl.7:1.49 --- src/share/man/man7/sysctl.7:1.48 Wed Jul 28 20:49:12 2010 +++ src/share/man/man7/sysctl.7 Sat Jul 31 02:00:49 2010 @@ -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 @@ .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 @@ 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 @@ .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.