1) Fix typo in getopt_long's prototype.
authorSascha Wildner <swildner@dragonflybsd.org>
Wed, 14 Mar 2007 10:34:17 +0000 (10:34 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Wed, 14 Mar 2007 10:34:17 +0000 (10:34 +0000)
commit3d6bd5134f374ae7943391216016987ce27df846
treeb86bbe29bcb8868010a995ff9acd1bd1818bca4f
parent0ca980dedf6fab2c1f8924ff24da3136bd4d142c
1) Fix typo in getopt_long's prototype.

2) Document the index argument.

3) s/floride/fluoride/

4) Document getopt_long_only() and add an MLINK.

Taken-from:  NetBSD (1-3) and FreeBSD (4)
Reported-by: Slava Semushin <php-coder@altlinux.ru> (4)
lib/libc/stdlib/getopt_long.3