summaryrefslogtreecommitdiff
path: root/usr.bin/getopt
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-11-13DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-11-08Capsicumize some trivial stdio programsConrad Meyer
2015-08-01use : instead of true...John-Mark Gurney
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-01-26Fix typo in example getopt(1) script: $i vs $1 [1]Ulrich Spörlein
2010-10-08mdoc: drop redundant .Pp and .LP callsUlrich Spörlein
2010-07-07Fix an error in the EXAMPLES section of getopt(1), which is based onBenedict Reuschling
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2008-05-15getopt.c is public domain. Add a comment to that effect.Brooks Davis
2005-02-13Expand *n't contractions.Ruslan Ermilov
2005-01-18Sort sections.Ruslan Ermilov
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2005-01-15Eliminate macro calls inside literal displays.Ruslan Ermilov
2004-07-07Fixed bad example.Ruslan Ermilov
2004-07-03Deal with double whitespace.Ruslan Ermilov
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
2002-12-27english(4) police.Jens Schweikhardt
2002-09-04ANSIify function definitions.David Malone
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-04-28Minor nit; return(foo) from main rather than exit(foo).Mark Murray
2002-04-19Use `The .Nm utility'Philippe Charnier
2002-02-08Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray
2001-12-03Warns cleanup (just make main return an int).David Malone
2001-08-10mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov
2001-07-15Remove whitespace at EOL.Dima Dorfman
2001-06-24Include missing header files which define functions for which gcc hasDima Dorfman
2001-03-27MAN[1-9] -> MAN.Ruslan Ermilov
2000-11-20mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov
2000-11-17mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov
2000-09-04getopt and friends are declared in <unistd.h>Warner Losh
2000-03-01Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn
1999-09-05mdoc(7) style fixesAlexey Zelkin
1999-08-28Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard
1999-08-28$Header$ -> $FreeBSD$Peter Wemm
1999-04-04Further backouts and changes to the example.Martin Cracauer
1999-04-04Back out part of previous commit.Martin Cracauer
1999-04-031) Fix the case where a shellscript using getopt is called with aMartin Cracauer