From 2b9a64c02f061a1c9b4551a586a0e6c464394b95 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sat, 7 Nov 2009 19:37:19 +0200 Subject: [PATCH] sysconf.3: Document _SC_MQ_{OPEN, PRIO}_MAX. Discussed-with: swildner@ Reviewed-by: swildner@ --- lib/libc/gen/sysconf.3 | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index 9b89344..bfad3e1 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -33,7 +33,7 @@ .\" $FreeBSD: src/lib/libc/gen/sysconf.3,v 1.8.2.6 2001/12/14 18:33:51 ru Exp $ .\" $DragonFly: src/lib/libc/gen/sysconf.3,v 1.7 2008/05/02 02:05:03 swildner Exp $ .\" -.Dd February 21, 2008 +.Dd November 7, 2009 .Dt SYSCONF 3 .Os .Sh NAME @@ -106,6 +106,10 @@ Return 1 if job control is available on this system, otherwise \-1. .It Li _SC_LINE_MAX The maximum length in bytes of a text-processing utility's input line. +.It Li _SC_MQ_OPEN_MAX +The maximum number of open message queue descriptors per process. +.It Li _SC_MQ_PRIO_MAX +The maximum number of message priorities supported by the implementation. .It Li _SC_NGROUPS_MAX The maximum number of supplemental groups. .It Li _SC_NPROCESSORS_CONF -- 1.7.7.2