Date: Fri, 4 Jul 2014 21:06:49 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268268 - head/lib/libc/stdlib Message-ID: <201407042106.s64L6nGI078535@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Fri Jul 4 21:06:48 2014 New Revision: 268268 URL: http://svnweb.freebsd.org/changeset/base/268268 Log: getopt(3): clarify GNU instead of NetBSD. The manpage and the code for r267745 came from NetBSD but the option is inspired on GNU. Reported by: Ben Kaduk MFC after: 3 days Modified: head/lib/libc/stdlib/getopt.3 Modified: head/lib/libc/stdlib/getopt.3 ============================================================================== --- head/lib/libc/stdlib/getopt.3 Fri Jul 4 21:04:19 2014 (r268267) +++ head/lib/libc/stdlib/getopt.3 Fri Jul 4 21:06:48 2014 (r268268) @@ -74,7 +74,7 @@ word, or .Dv NULL if there were no more characters in the current word. This is a -.Nx +.It Tn GNU extension. For example, an option string .Li \&"x"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407042106.s64L6nGI078535>