summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getopt_long.3
Commit message (Collapse)AuthorAgeFilesLines
* Add missing opening and closing brackets in getopt_long.3 and getsubopt.3gjb2011-12-261-2/+3
| | | | | | | to make the examples reflect reality more closely. MFC after: 1 week X-MFC-After: 9.0-RELEASE
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-2/+2
| | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
* Sort sections.ru2005-01-201-12/+12
|
* Markup fixes.ru2005-01-141-6/+6
|
* Fix typo, was 'W'; instead of `W;'ache2004-03-061-1/+1
|
* Make GNU-compatible following case:ache2004-03-061-23/+23
| | | | single '-' in command line and '-' (non-first) in options
* Make return code in noarg case GNU-compatibleache2004-03-031-20/+20
|
* Improve GNU compatibility in several places, use internal GNU_COMPATIBLEache2004-03-011-19/+19
| | | | | | | define for it. Don't catch POSIXLY_CORRECT env. into static variable, it can be changed on the fly by program. Use P1003.2 standartized illoptchar[]
* Comment out things related to getopt() replacement we not useache2004-03-011-36/+36
|
* Change "-"-started options when POSIX_CORRECTLY is set handlingache2004-03-011-17/+17
| | | | | in favour of GNU instead of NetBSD, because configure's use us and expect GNU.
* Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsache2004-02-241-62/+163
| | | | | PR: 63173 Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Add optarg, optind, opterr, optopt, optreset to SYNOPSYSache2004-02-231-0/+5
|
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+2
|
* mdoc(7) police: overhaul.ru2002-12-091-109/+232
| | | | Approved by: re
* Add getopt_long(3).eric2002-09-291-0/+275
Obtained from: NetBSD Sponsored by: Apple
OpenPOWER on IntegriCloud