Date: Fri, 04 Jul 2014 16:08:35 -0500 From: Pedro Giffuni <pfg@freebsd.org> To: Benjamin Kaduk <bjkfbsd@gmail.com> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org> Subject: Re: svn commit: r267745 - head/lib/libc/stdlib Message-ID: <53B717D3.4080508@freebsd.org> In-Reply-To: <CAJ5_RoCmwyWRNO4LBkdOeNh32k0CWLtYqHPXReJuUTGGBUD9TQ@mail.gmail.com> References: <201406222013.s5MKDwHw045376@svn.freebsd.org> <CAJ5_RoCmwyWRNO4LBkdOeNh32k0CWLtYqHPXReJuUTGGBUD9TQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 07/04/14 14:18, Benjamin Kaduk wrote: > On Sun, Jun 22, 2014 at 4:13 PM, Pedro F. Giffuni <pfg@freebsd.org > <mailto:pfg@freebsd.org>> 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... > Thanks! I tried to fix it in r268268 but I am not a documentation expert. Regards, Pedro. > -Ben
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53B717D3.4080508>