From owner-svn-src-all@FreeBSD.ORG Thu Jan 23 15:28:33 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0188FDF9; Thu, 23 Jan 2014 15:28:33 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93DDE1920; Thu, 23 Jan 2014 15:28:32 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id wp4so2166995obc.39 for ; Thu, 23 Jan 2014 07:28:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=zi7x/mcd7ovR6zuF112w/OXo50yi5Ld7tAGn4z4TpYc=; b=hLdGKXYWR3tOELfeRsJ8dVhLIT80OHZcwB/ivl8BbYKWGzjUD6Q8XjxduiGG/KUPE1 NEc4dQbYWzcGQ//lg+QvLwGwPrkfw67zyENOeXoAC3cOjDhslvrm9Qo/yZyfcqD1GnJh 6Le+mMaI2RgvNDn4XVd0X6gF6JL7tM3FWv/E4M4Csg0gPVqPy/WrDDh7Id6tIzaGZykn 63HVRxp/vGpglfd0UopFkXC7U6go1ntvQlh0wAD9UnvNx3pbWpkcxP5bj+Z0hGBMg77Y Yi0g82duciwYbk5IRYXY7zJzxFrH++GmZ33LXWu9OhbXD+T8V1rctvzm0mA2mcb+Tr/P F7sg== MIME-Version: 1.0 X-Received: by 10.60.65.5 with SMTP id t5mr6390464oes.19.1390490911467; Thu, 23 Jan 2014 07:28:31 -0800 (PST) Received: by 10.182.92.36 with HTTP; Thu, 23 Jan 2014 07:28:31 -0800 (PST) In-Reply-To: <201401230937.s0N9b4sv059112@svn.freebsd.org> References: <201401230937.s0N9b4sv059112@svn.freebsd.org> Date: Thu, 23 Jan 2014 10:28:31 -0500 Message-ID: Subject: Re: svn commit: r261075 - head/lib/libc/sys From: Benjamin Kaduk To: Sergey Kandaurov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 15:28:33 -0000 On Thu, Jan 23, 2014 at 4:37 AM, Sergey Kandaurov wrote: > Author: pluknet > Date: Thu Jan 23 09:37:03 2014 > New Revision: 261075 > URL: http://svnweb.freebsd.org/changeset/base/261075 > > Log: > Update EINVAL description. > This matches current POSIX standards and actual FreeBSD behavior. > The STANDARDS section mentions only IEEE Std 1003.1-2004 (``POSIX.1''), which seems to not be the current revision. I see that Bruce has made more comments on the PR, so maybe the fixes can be consolidated into a single patch. -Ben