Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 Add kern.mqueue also to the big list of secon...



details:   https://anonhg.NetBSD.org/src/rev/b08c070c9174
branches:  trunk
changeset: 756739:b08c070c9174
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sat Jul 31 02:00:49 2010 +0000

description:
Add kern.mqueue also to the big list of second-level nodes. Sort.

diffstat:

 share/man/man7/sysctl.7 |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r 607a47794521 -r b08c070c9174 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Sat Jul 31 00:04:42 2010 +0000
+++ b/share/man/man7/sysctl.7   Sat Jul 31 02:00:49 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index