summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getopt_long.3
AgeCommit message (Expand)AuthorFilesLines
2020-01-13Document how to make getopt_long(3) process arguments in order and stopstsp1-2/+18
2016-01-04Follow style(9) and drop lint /* NOTREACHED */ annotations fromtb1-3/+2
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu1-3/+3
2011-03-21tweak for clarity, ok millert@, jmc@espie1-4/+4
2011-03-05Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a newguenther1-21/+2
2011-01-24Correctly escape a literal colon in an enclosure;schwarze1-3/+3
2010-09-19more wacky macro fixing;jmc1-37/+37
2007-07-03from ginsbach@netbsd, -r1.18:jmc1-2/+7
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-02-06fix some dodgy displays;jmc1-2/+2
2005-10-11tidy up examplesjaredy1-5/+5
2005-07-26- typos, grammar, punctuation, layout tweaksjaredy1-74/+156
2004-01-06- Rename index to longindex and explain its use.fgsch1-9/+20
2003-09-02escape punctuation;jmc1-2/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-06-02Remove some liesmillert1-4/+1
2003-05-10typos;jmc1-8/+8
2003-02-24of ofderaadt1-2/+2
2002-12-10Document BSD behavior of accepting '-' within optstring as long asmillert1-5/+25
2002-12-05make getopt_long and getopt_long_only protos match getopt.hmillert1-3/+3
2002-12-04Add "RETURN VALUES" sectionsmillert1-1/+28
2002-12-03GNU-like getopt_long() from NetBSD with changes by me to supportmillert1-0/+326