aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/getopt
Commit message (Expand)AuthorAgeFilesLines
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+2
* Capsicumize some trivial stdio programsConrad Meyer2016-11-081-0/+6
* use : instead of true...John-Mark Gurney2015-08-011-6/+6
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+17
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+18
|/
* Fix typo in example getopt(1) script: $i vs $1 [1]Ulrich Spörlein2011-01-261-17/+17
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-2/+0
* Fix an error in the EXAMPLES section of getopt(1), which is based onBenedict Reuschling2010-07-071-3/+3
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* getopt.c is public domain. Add a comment to that effect.Brooks Davis2008-05-152-57/+5
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Eliminate macro calls inside literal displays.Ruslan Ermilov2005-01-151-1/+0
* Fixed bad example.Ruslan Ermilov2004-07-071-1/+2
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* ANSIify function definitions.David Malone2002-09-041-3/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-1/+2
* Minor nit; return(foo) from main rather than exit(foo).Mark Murray2002-04-281-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-191-6/+9
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Warns cleanup (just make main return an int).David Malone2001-12-032-0/+2
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-1/+1
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* mdoc(7) style fixesAlexey Zelkin1999-09-051-1/+3
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-281-0/+2
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Further backouts and changes to the example.Martin Cracauer1999-04-041-8/+22
* Back out part of previous commit.Martin Cracauer1999-04-042-27/+16
* 1) Fix the case where a shellscript using getopt is called with aMartin Cracauer1999-04-032-18/+39
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Cleanup. Boldfaced dashes didn't print at all, also corrected a fewJoerg Wunsch1996-10-221-9/+9
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-1/+1
* Added README which explains the copyright status of getopt(1)Nate Williams1993-07-271-0/+57