History log of /freebsd-10.3-release/lib/libc/stdlib/getopt.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 268396 08-Jul-2014 pluknet

MFC r268393: [mdoc] Fix previous.


# 268352 07-Jul-2014 pfg

MFC r267745, r268268:
getopt(3): recognize option:: as GNU extension for "optional options".

Also ANSIfy a function declaration.

While here update the OpenBSD patch level in getopt_long.c as we
already have the corresponding change.

Obtained from: NetBSD
MFC after: 2 weeks


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 251069 28-May-2013 emaste

Renumber clauses to reduce diffs to other versions

NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3,
so follow suit to make comparison easier.


# 210765 02-Aug-2010 uqs

mdoc: remove unbalanced quotes


# 165903 09-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 132910 31-Jul-2004 imp

Use #include <unistd.h> rather than the explicit externs in the
example. The externs haven't been needed in about 10 years, so
there's no reason to have them other than for hysterical raisins. And
the California Rasins haven't been around for a long time...


# 131539 03-Jul-2004 ru

Eliminate double whitespace.


# 126697 06-Mar-2004 ache

Merge some fixes from NetBSD's getopt.3 v1.31:
cleanup, add more sections, better explanation, declaration


# 119964 10-Sep-2003 ru

mdoc(7): Properly mark C headers.


# 107619 04-Dec-2002 ru

Consistently mark std(in|out|err) with .Dv, because that's how they
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".

Approved by: re


# 83206 07-Sep-2001 asmodai

Move to using .In instead of .Fd #include <> for include mark-up.

Inspired by comment from: dd


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 79531 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 70974 12-Jan-2001 ru

mdoc(7) police: Ft/Vt now accept punctuation-type arguments.


# 70481 29-Dec-2000 ru

Prepare for mdoc(7)NG.


# 69329 28-Nov-2000 mph

The parameter that contains valid options is "optstring", not "optarg".


# 68854 17-Nov-2000 ru

mdoc(7) police: use certified section headers wherever possible.


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 58633 26-Mar-2000 charnier

Spelling, fprintf -> err, remove unneeded variable declaration


# 55490 06-Jan-2000 hoek

Make example for handling "-##" work and comply with style(9). Still
doesn't handle nastier corner cases such as "-j3 -33" correctly. <shrug>

PR: docs/12994 (James Howard <howardjp@wam.umd.edu>)


# 53168 15-Nov-1999 kris

Typo

Obtained from: OpenBSD


# 50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 35726 04-May-1998 rnordier

Fix a few nits in quoted code fragments and elsewhere.


# 35358 20-Apr-1998 dima

indent


# 25145 25-Apr-1997 max

Typo.
PR: #3178
Submitted by: Josh Gilliam <soil@quick.net>


# 23662 11-Mar-1997 peter

Merge Lite2 changes


# 17748 21-Aug-1996 mpp

Correctly document when getopt returns EOF and '?', and some other
minor cleanup.


# 13750 30-Jan-1996 mpp

Fix even more spelling errors in some more man pages.


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources