From owner-freebsd-current@FreeBSD.ORG Thu May 8 22:04:49 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 71A31106566B for ; Thu, 8 May 2008 22:04:49 +0000 (UTC) (envelope-from mspitzer@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 4931F8FC0C for ; Thu, 8 May 2008 22:04:49 +0000 (UTC) (envelope-from mspitzer@gmail.com) Received: by wf-out-1314.google.com with SMTP id 28so835617wfa.7 for ; Thu, 08 May 2008 15:04:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=qk3QMEAgimqTTmNguxClCqYMEKnzs9sepV+ao5Ld8o4=; b=Hu1kPkd0Th05Lt38FH4hdXqplBmpDVD4iOMO75NCje5F99TlBZ31zWg4/zlu7OtKUBPeS41WemRqEAF8QCikwkh/Rx1pQrVDrKWIK2322oJ8lfE5hPJ8fKAYmJAv4Eh8/2dULwFy+RtU3lWC8Y+uxJZ4ijer/owrX9ISekPryuw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=GZeMLTpULiIdmlN9veJxCriyR0GDYzGTI6oO7hhxN6j5xYnh34LUNsGtJ3etgrKYDl0N5sCKw+KgMan6rY0wWmZELCwKgU0mquFhYFnHUbQDkA9r41VlF8WvBCNnf9JaArnjH9Vtq83Oymi804wFge5Hn1zyadxPwI4OoKkIw9c= Received: by 10.142.170.3 with SMTP id s3mr1607075wfe.252.1210282796253; Thu, 08 May 2008 14:39:56 -0700 (PDT) Received: by 10.143.123.3 with HTTP; Thu, 8 May 2008 14:39:56 -0700 (PDT) Message-ID: <8c50a3c30805081439h4a52c6b1h52feda2883330b6f@mail.gmail.com> Date: Thu, 8 May 2008 17:39:56 -0400 From: "Marc Spitzer" To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: 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: Thu, 08 May 2008 22:04:49 -0000 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. Thanks, marc -- Freedom is nothing but a chance to be better. Albert Camus