svn commit: r268268 - head/lib/libc/stdlib

Pedro F. Giffuni pfg at FreeBSD.org
Fri Jul 4 21:06:49 UTC 2014


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"


More information about the svn-src-all mailing list