/gnu/dist/groff/src/preproc/soelim/

-10.99.5'>lockdoc-10.99.5 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getopt.3
AgeCommit message (Collapse)Author
2022-12-04Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICSuwe
2017-07-03Remove workaround for ancient HTML generation code.wiz
2014-06-05Remove trailing whitespace.wiz
2014-06-05Bring getopt(3) inline with getopt_long(3): recognize option:: as an optionalchristos
option.
2010-03-22Use .In for header files instead of .Ar Pa and variations.joerg
2003-09-23Slight syncing with OpenBSD version.wiz
2003-09-10Use standard section headers, suggested by jmc@openbsd. Sort sections.wiz
2003-09-10Pull over some improvements from OpenBSD's v1.26 of this file, includingwiz
SEE ALSO and RETURN VALUES sections.
2003-09-10getopt return value has to be held in int, not char.itojun
2003-09-09Fix typos and declare a missing variable in example. From Quentin Garnier in ↵wiz
PR 22733.
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2003-06-27Quote question mark.wiz
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
2002-08-10fix sample code. from openbsd.yamt
2002-02-07generate & symbolicallyross
2002-02-07Generate <>& symbolically.ross
2001-09-16Drop unnecessary whitespace and .Pp, sort SEE ALSO, sort sections,wiz
and some minor fixes.
2000-01-25Added a tab before a '}' to put the brace in the right place.elric
1999-12-02Change the declaration of the argv argument to getopt(3) from "char * const *"kleink
(as originally declared in System V) to "char * const []", as was done in 1003.2 and subsequently propagated into XPG4. From Andrew Cagney in PR lib/8930.
1999-11-19Typos (from OpenBSD)kristerw
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
so we shouldn't override it with versions in the manpages. Wheee!
1999-02-07getopt() does not return -1 when encountering an unknown option.bad
Also, minor KNF nit in an example.
1998-07-29English.ross