diff options
author | pfg <pfg@FreeBSD.org> | 2014-07-04 21:06:48 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2014-07-04 21:06:48 +0000 |
commit | b944ca9811c42e3568635ee3664b0d8f5e6ee249 (patch) | |
tree | 56d3690e1676264b1b05cdd37d64ef63fe100097 /lib/libc/stdlib | |
parent | 43424a09728bc2c362d6899b02a1a0587326ef29 (diff) | |
download | FreeBSD-src-b944ca9811c42e3568635ee3664b0d8f5e6ee249.zip FreeBSD-src-b944ca9811c42e3568635ee3664b0d8f5e6ee249.tar.gz |
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
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index 76ed7d5..9ffe567 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -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" |