From owner-svn-src-all@FreeBSD.ORG Fri Jul 4 19:19:00 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E842EA56; Fri, 4 Jul 2014 19:18:59 +0000 (UTC) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D27328FB; Fri, 4 Jul 2014 19:18:59 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id va2so2183175obc.4 for ; Fri, 04 Jul 2014 12:18:58 -0700 (PDT) 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=IAqUAanYZzOJcQZ8dD5LBadMCw7VyVVzqljaKEmmuCs=; b=m+7J4fWoehk6PQ7I3IdX3WmY2B0t4/sd1BsL9sfI+TXhU1NdszsasVYHOyPoopzu8P 1VMty1/YI9GjdVnZPEozCZ0OJxdn0OaPISSQZAHGaS3kg0PlBGa+sI4H97hSXpQzHKQz Sig8l11xTMNCBHDrFLZj+t5Vkf8IrrkAtbPJ7BKI2YDfTApDUD8IZjtSuy29AShPixr8 xHUnVTwt69W++AcK06/o0vJZa61lFASQ/5PN58eSZkXJsYpoIvSZXhThlWao4HweTtz1 Xv2dU8mu8O5W++Gw/COKUKNQxytmIFDX+S4hBBJxd1tIMw8XJVI+TnVkY5RbDVpegqLE PcWw== MIME-Version: 1.0 X-Received: by 10.60.47.12 with SMTP id z12mr14312782oem.71.1404501538925; Fri, 04 Jul 2014 12:18:58 -0700 (PDT) Received: by 10.182.142.34 with HTTP; Fri, 4 Jul 2014 12:18:58 -0700 (PDT) In-Reply-To: <201406222013.s5MKDwHw045376@svn.freebsd.org> References: <201406222013.s5MKDwHw045376@svn.freebsd.org> Date: Fri, 4 Jul 2014 15:18:58 -0400 Message-ID: Subject: Re: svn commit: r267745 - head/lib/libc/stdlib From: Benjamin Kaduk To: "Pedro F. Giffuni" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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.18 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: Fri, 04 Jul 2014 19:19:00 -0000 On Sun, Jun 22, 2014 at 4:13 PM, Pedro F. Giffuni wrote: > Author: pfg > Date: Sun Jun 22 20:13:57 2014 > New Revision: 267745 > URL: http://svnweb.freebsd.org/changeset/base/267745 > > Log: > getopt(3): recognize option:: as GNU extension for "optional options". > [...] > is to follow. > +If an individual character is followed by two colons, then the > +option argument is optional; > +.Va optarg > +is set to the rest of the current > +.Va argv > +word, or > +.Dv NULL > +if there were no more characters in the current word. > +This is a > +.Nx > +extension. > .Nx is NetBSD, not GNU... -Ben