From owner-svn-src-head@FreeBSD.ORG Fri Sep 4 08:59:08 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 479CE106566B; Fri, 4 Sep 2009 08:59:08 +0000 (UTC) (envelope-from simon@benji.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id 00A198FC18; Fri, 4 Sep 2009 08:59:08 +0000 (UTC) Received: from benji.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 873BE2D495D; Fri, 4 Sep 2009 08:59:06 +0000 (UTC) Received: by benji.nitro.dk (Postfix, from userid 2000) id 0504310A63; Fri, 4 Sep 2009 10:58:55 +0200 (CEST) Date: Fri, 4 Sep 2009 10:58:55 +0200 From: "Simon L. Nielsen" To: Andrey Chernov , Bruce Evans , Dag-Erling Sm??rgrav , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <20090904085854.GA1311@zaphod.nitro.dk> References: <200909020456.n824uUqQ082136@svn.freebsd.org> <20090902070808.GA1290@arthur.nitro.dk> <20090902084002.GA17325@nagual.pp.ru> <867hwgcwvo.fsf@ds4.des.no> <20090903084325.GA65192@nagual.pp.ru> <86zl9c9z05.fsf@ds4.des.no> <20090904115255.Q48987@delplex.bde.org> <20090904144214.O49099@delplex.bde.org> <20090904075338.GA90644@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090904075338.GA90644@nagual.pp.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Re: svn commit: r196752 - head/lib/libc/stdtime X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 08:59:08 -0000 On 2009.09.04 11:53:39 +0400, Andrey Chernov wrote: > On Fri, Sep 04, 2009 at 03:21:09PM +1000, Bruce Evans wrote: > > % The value of the argument must be representable as an > > % .Vt "unsigned char" > > % or the value of > > % .Dv EOF . > > > > This is the same as in POSIX except the POSIX wording is better (e.g., > > the above only says implicitly that the behaviour is undefined if > > "must" is not satisfied). It took too many commits (revs 1.8-1.10) to > > get this far. > > BTW, do we have permissions for direct POSIX quotes? Yes. I thought I had made a web page about it, but I can't find it now, but see this: http://lists.freebsd.org/pipermail/freebsd-doc/2005-January/006862.html We haven't used it much AFAIK, but there are a few manual pages which does make use of POSIX text. -- Simon L. Nielsen