Print this page
9659 Missing man page for getopt_long(3C)

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/getopt.3c
          +++ new/usr/src/man/man3c/getopt.3c
↓ open down ↓ 35 lines elided ↑ open up ↑
  36   36  .\" When distributing Covered Code, include this CDDL HEADER in each
  37   37  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  38   38  .\" If applicable, add the following below this CDDL HEADER, with the
  39   39  .\" fields enclosed by brackets "[]" replaced with your own identifying
  40   40  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  41   41  .\"
  42   42  .\"
  43   43  .\" Copyright 1989 AT&T
  44   44  .\" Copyright (c) 2001, The IEEE and The Open Group.  All Rights Reserved.
  45   45  .\" Copyright (c) 2007, Sun Microsystems, Inc.  All Rights Reserved.
       46 +.\" Copyright 2018 Jason King
  46   47  .\"
  47      -.TH GETOPT 3C "Oct 16, 2007"
       48 +.TH GETOPT 3C "July 17, 2018"
  48   49  .SH NAME
  49   50  getopt \- command option parsing
  50   51  .SH SYNOPSIS
  51   52  .SS "SVID3, XPG3"
  52   53  .LP
  53   54  .nf
  54   55  #include <stdio.h>
  55   56  
  56   57  \fBint\fR \fBgetopt\fR(\fBint\fR \fIargc\fR, \fBchar * const\fR \fIargv\fR[], \fBconst char *\fR\fIoptstring\fR);
  57   58  .fi
↓ open down ↓ 389 lines elided ↑ open up ↑
 447  448  MT-Level        Unsafe
 448  449  _
 449  450  Standard        See below.
 450  451  .TE
 451  452  
 452  453  .sp
 453  454  .LP
 454  455  For the Basic Utility Command syntax is Standard, see \fBstandards\fR(5).
 455  456  .SH SEE ALSO
 456  457  .LP
 457      -\fBIntro\fR(1), \fBgetopt\fR(1), \fBgetopts\fR(1), \fBgetsubopt\fR(3C),
 458      -\fBgettext\fR(3C), \fBsetlocale\fR(3C), \fBattributes\fR(5), \fBenviron\fR(5),
 459      -\fBstandards\fR(5)
      458 +\fBIntro\fR(1), \fBgetopt\fR(1), \fBgetopts\fR(1), \fBgetopt_long\fR(3C),
      459 +\fBgetsubopt\fR(3C), \fBgettext\fR(3C), \fBsetlocale\fR(3C), \fBattributes\fR(5),
      460 +\fBenviron\fR(5), \fBstandards\fR(5)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX