From owner-cvs-src@FreeBSD.ORG Wed Jul 7 22:37:40 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B07A616A4CE; Wed, 7 Jul 2004 22:37:40 +0000 (GMT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5442E43D48; Wed, 7 Jul 2004 22:37:40 +0000 (GMT) (envelope-from trhodes@FreeBSD.org) Received: from localhost.pittgoth.com (acs-24-154-239-141.zoominternet.net [24.154.239.141]) (authenticated bits=0) by pittgoth.com (8.12.11/8.12.11) with ESMTP id i67MbbHP099010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 7 Jul 2004 18:37:38 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Wed, 7 Jul 2004 18:38:11 -0400 From: Tom Rhodes To: Garrett Wollman Message-Id: <20040707183811.211a6c3d@localhost.pittgoth.com> In-Reply-To: <200407072225.i67MP03s039814@khavrinen.lcs.mit.edu> References: <200407072047.i67Klgqu082069@repoman.freebsd.org> <200407072225.i67MP03s039814@khavrinen.lcs.mit.edu> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys pathconf.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2004 22:37:40 -0000 On Wed, 7 Jul 2004 18:25:00 -0400 (EDT) Garrett Wollman wrote: > < said: > > > there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX. > > That is not more correct. > > Actually, it should be documented thus: > > .It Li _PC_NO_TRUNC > Always returns 1. > (Included to support software written for previous editions of > .Tn POSIX . ) Not to sound like Ruslan, but: .It Li _PC_NO_TRUNC Always returns 1. .Po Included to support software written for previous editions of .Tn POSIX . Pc is more mdoc(7) friendly. :) -- Tom Rhodes