From owner-freebsd-standards@FreeBSD.ORG Mon Jan 31 17:02:30 2011 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47F941065670 for ; Mon, 31 Jan 2011 17:02:29 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [128.30.28.20]) by mx1.freebsd.org (Postfix) with ESMTP id 0722F8FC14 for ; Mon, 31 Jan 2011 17:02:28 +0000 (UTC) Received: from khavrinen.csail.mit.edu (localhost [127.0.0.1]) by khavrinen.csail.mit.edu (8.14.4/8.14.4) with ESMTP id p0VGj6Nh010511 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL CN=khavrinen.csail.mit.edu issuer=Client+20CA); Mon, 31 Jan 2011 11:45:06 -0500 (EST) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.14.4/8.14.4/Submit) id p0VGj6ZU010508; Mon, 31 Jan 2011 11:45:06 -0500 (EST) (envelope-from wollman) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19782.59153.992016.107952@khavrinen.csail.mit.edu> Date: Mon, 31 Jan 2011 11:45:05 -0500 From: Garrett Wollman To: Garrett Cooper In-Reply-To: <201101292030.p0TKUF3n037188@freefall.freebsd.org> References: <201101292030.p0TKUF3n037188@freefall.freebsd.org> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (khavrinen.csail.mit.edu [127.0.0.1]); Mon, 31 Jan 2011 11:45:06 -0500 (EST) Cc: freebsd-standards@freebsd.org Subject: Re: standards/24590: timezone function not compatible witn Single Unix Spec v2 X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jan 2011 17:02:31 -0000 < said: > This attached patch to the timezone(3) manpage makes the XSI > conformance `issue' more apparent (it might not be a good final > solution, but at least it documents the problem outside of GNATs). I've never considered this to be an issue. BSD is not System V; the XSI *option* in POSIX memorializes old System V mistakes that we have no need to copy. -GAWollman