From owner-freebsd-current@FreeBSD.ORG Fri May 9 22:19:22 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBB7A1065671 for ; Fri, 9 May 2008 22:19:22 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 076A68FC12 for ; Fri, 9 May 2008 22:19:21 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl130-10.kln.forthnet.gr [77.49.249.10]) (authenticated bits=128) by igloo.linux.gr (8.14.2/8.14.2/Debian-4) with ESMTP id m49M3gAl016148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 May 2008 01:03:50 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m49M3f1h002136; Sat, 10 May 2008 01:03:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m49LkRpp001629; Sat, 10 May 2008 00:46:27 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: "Marc Spitzer" References: <8c50a3c30805081439h4a52c6b1h52feda2883330b6f@mail.gmail.com> Date: Sat, 10 May 2008 00:46:24 +0300 In-Reply-To: <8c50a3c30805081439h4a52c6b1h52feda2883330b6f@mail.gmail.com> (Marc Spitzer's message of "Thu, 8 May 2008 17:39:56 -0400") Message-ID: <87ve1ndubz.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m49M3gAl016148 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.892, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.51, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: current@freebsd.org, keramida@freebsd.org Subject: Re: A question about a man page patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2008 22:19:22 -0000 On Thu, 8 May 2008 17:39:56 -0400, "Marc Spitzer" wrote: > Hello, > > I was looking at the sysconf man,from head, page and it did not > accurately reflect the function, many things were not mentioned. I am > willing to fix the ones I know or can figure out quickly, a small > subset probably, for the rest is it ok to have entries like this in > the man page: > > _SC_READER_WRITER_LOCKS > FIX ME > > _SC_REALTIME_SIGNALS > FIX ME > > _SC_REGEXP > FIX ME > > _SC_RTSIG_MAX > FIX ME > > My thought here is at least it is documented to exist, and perhaps it > will encourage people to fix it. That's a fairly good idea. If you have trouble with the manpage _source_ syntax, please feel free to gather the list of _SC_XXX constants, and email me (keramida at FreeBSD.org) and the freebsd-doc mailing list (freebsd-doc at FreeBSD.org). Giorgos