From owner-freebsd-hackers@FreeBSD.ORG Wed Feb 16 20:13:44 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7215B1065672 for ; Wed, 16 Feb 2011 20:13:44 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.161]) by mx1.freebsd.org (Postfix) with ESMTP id 0AAB18FC13 for ; Wed, 16 Feb 2011 20:13:43 +0000 (UTC) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/afgnrylsiWawcSl4p2Q= X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (ip-109-45-86-241.web.vodafone.de [109.45.86.241]) by post.strato.de (mrclete mo42) (RZmta 25.5) with (DHE-RSA-AES128-SHA encrypted) ESMTPA id J07435n1GJ0EcG for ; Wed, 16 Feb 2011 21:13:41 +0100 (MET) Received: by britannica.bec.de (sSMTP sendmail emulation); Wed, 16 Feb 2011 21:13:40 +0100 Date: Wed, 16 Feb 2011 21:13:40 +0100 From: Joerg Sonnenberger To: freebsd-hackers@freebsd.org Message-ID: <20110216201340.GA23013@britannica.bec.de> Mail-Followup-To: freebsd-hackers@freebsd.org References: <201102161831.p1GIVATQ097902@fire.js.berklix.net> <4D5C1A3E.20509@gmx.de> <20110216190233.GB19686@britannica.bec.de> <4D5C24CC.9070400@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4D5C24CC.9070400@gmx.de> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: man 3 getopt char * const argv[] - is const wrong ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 20:13:44 -0000 On Wed, Feb 16, 2011 at 08:26:04PM +0100, Matthias Andree wrote: > Am 16.02.2011 20:02, schrieb Joerg Sonnenberger: > > On Wed, Feb 16, 2011 at 07:41:02PM +0100, Matthias Andree wrote: > >> But POSIX.1-2008 is the same as the Single > >> Unix Specification v4 or IEEE Std 1003.1-2008. > > > > Minor correction, it is SUS v3 Issue 7. > > No it isn't. See http://www.unix.org/version4/ieee_std.html "POSIX.1-2008 is simultaneously IEEE Std 1003.1™-2008 and The Open Group technical Standard Base Specifications, Issue 7." Let's agree on that :) http://pubs.opengroup.org/onlinepubs/9699919799/mindex.html Joerg