summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/getopt_long.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document how to make getopt_long(3) process arguments in order and stopstsp2020-01-131-2/+18
* Follow style(9) and drop lint /* NOTREACHED */ annotations fromtb2016-01-041-3/+2
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
* tweak for clarity, ok millert@, jmc@espie2011-03-211-4/+4
* Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a newguenther2011-03-051-21/+2
* Correctly escape a literal colon in an enclosure;schwarze2011-01-241-3/+3
* more wacky macro fixing;jmc2010-09-191-37/+37
* from ginsbach@netbsd, -r1.18:jmc2007-07-031-2/+7
* convert to new .Dd format;jmc2007-05-311-2/+2
* fix some dodgy displays;jmc2007-02-061-2/+2
* tidy up examplesjaredy2005-10-111-5/+5
* - typos, grammar, punctuation, layout tweaksjaredy2005-07-261-74/+156
* - Rename index to longindex and explain its use.fgsch2004-01-061-9/+20
* escape punctuation;jmc2003-09-021-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Remove some liesmillert2003-06-021-4/+1
* typos;jmc2003-05-101-8/+8
* of ofderaadt2003-02-241-2/+2
* Document BSD behavior of accepting '-' within optstring as long asmillert2002-12-101-5/+25
* make getopt_long and getopt_long_only protos match getopt.hmillert2002-12-051-3/+3
* Add "RETURN VALUES" sectionsmillert2002-12-041-1/+28
* GNU-like getopt_long() from NetBSD with changes by me to supportmillert2002-12-031-0/+326