summaryrefslogtreecommitdiffstats
path: root/usr.bin/getopt
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in example getopt(1) script: $i vs $1 [1]uqs2011-01-261-17/+17
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-2/+0
* Fix an error in the EXAMPLES section of getopt(1), which is based onbcr2010-07-071-3/+3
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* getopt.c is public domain. Add a comment to that effect.brooks2008-05-152-57/+5
* Expand *n't contractions.ru2005-02-131-1/+1
* Sort sections.ru2005-01-181-6/+6
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Eliminate macro calls inside literal displays.ru2005-01-151-1/+0
* Fixed bad example.ru2004-07-071-1/+2
* Deal with double whitespace.ru2004-07-031-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
* english(4) police.schweikh2002-12-271-1/+1
* ANSIify function definitions.dwmalone2002-09-041-3/+1
* Consistently use FBSDIDobrien2002-06-301-1/+2
* Minor nit; return(foo) from main rather than exit(foo).markm2002-04-281-1/+1
* Use `The .Nm utility'charnier2002-04-191-6/+9
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Warns cleanup (just make main return an int).dwmalone2001-12-032-0/+2
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+1
* Remove whitespace at EOL.dd2001-07-151-3/+3
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+0
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
* getopt and friends are declared in <unistd.h>imp2000-09-041-2/+3
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
* mdoc(7) style fixesphantom1999-09-051-1/+3
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-281-0/+2
* $Header$ -> $FreeBSD$peter1999-08-281-1/+1
* Further backouts and changes to the example.cracauer1999-04-041-8/+22
* Back out part of previous commit.cracauer1999-04-042-27/+16
* 1) Fix the case where a shellscript using getopt is called with acracauer1999-04-032-18/+39
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Cleanup. Boldfaced dashes didn't print at all, also corrected a fewjoerg1996-10-221-9/+9
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-1/+1
* Added README which explains the copyright status of getopt(1)nate1993-07-271-0/+57
* There was additional cruft at the bottom on the man page.nate1993-07-271-1/+0
* Added getopt(1) from NetBSDnate1993-07-263-0/+141
OpenPOWER on IntegriCloud