From owner-cvs-src@FreeBSD.ORG Wed Jul 7 22:45:52 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 9E8C416A4CE; Wed, 7 Jul 2004 22:45:52 +0000 (GMT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [128.30.28.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 564BB43D46; Wed, 7 Jul 2004 22:45:52 +0000 (GMT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id i67MjLkP040148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK CN=khavrinen.lcs.mit.edu issuer=SSL+20Client+20CA); Wed, 7 Jul 2004 18:45:21 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id i67MjL8J040145; Wed, 7 Jul 2004 18:45:21 -0400 (EDT) (envelope-from wollman) Date: Wed, 7 Jul 2004 18:45:21 -0400 (EDT) From: Garrett Wollman Message-Id: <200407072245.i67MjL8J040145@khavrinen.lcs.mit.edu> To: Tom Rhodes In-Reply-To: <20040707183811.211a6c3d@localhost.pittgoth.com> References: <200407072047.i67Klgqu082069@repoman.freebsd.org> <200407072225.i67MP03s039814@khavrinen.lcs.mit.edu> <20040707183811.211a6c3d@localhost.pittgoth.com> X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.37 cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: Garrett Wollman 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:45:52 -0000 < said: > 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. :) Since when? Just because there is a macro that emits a particular character does not mean that one should always use the macro rather than the character. .Pq/Po/Pc are there for when you need parsed arguments (e.g., ".Pq Li FOO"), not for insertion into text at random. There's a reason why mdoc(7) goes to the lengths it does to recognize punctuation. -GAWollman