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

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/Makefile
          +++ new/usr/src/man/man3c/Makefile
↓ open down ↓ 6 lines elided ↑ open up ↑
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011, Richard Lowe
  14   14  # Copyright 2018 Nexenta Systems, Inc.
  15   15  # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
  16   16  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  17      -# Copyright 2016 Joyent, Inc.
       17 +# Copyright 2018 Joyent, Inc.
       18 +# Copyright 2018 Jason King
  18   19  #
  19   20  
  20   21  include         $(SRC)/Makefile.master
  21   22  
  22   23  MANSECT=        3c
  23   24  
  24   25  MANFILES=       __fbufsize.3c                                   \
  25   26                  _longjmp.3c                                     \
  26   27                  _stack_grow.3c                                  \
  27   28                  a64l.3c                                         \
↓ open down ↓ 142 lines elided ↑ open up ↑
 170  171                  getgrnam.3c                                     \
 171  172                  gethostid.3c                                    \
 172  173                  gethostname.3c                                  \
 173  174                  gethrtime.3c                                    \
 174  175                  getline.3c                                      \
 175  176                  getloadavg.3c                                   \
 176  177                  getlogin.3c                                     \
 177  178                  getmntent.3c                                    \
 178  179                  getnetgrent.3c                                  \
 179  180                  getopt.3c                                       \
      181 +                getopt_long.3c                                  \
 180  182                  getpagesize.3c                                  \
 181  183                  getpagesizes.3c                                 \
 182  184                  getpass.3c                                      \
 183  185                  getpeerucred.3c                                 \
 184  186                  getpriority.3c                                  \
 185  187                  getprogname.3c                                  \
 186  188                  getpw.3c                                        \
 187  189                  getpwnam.3c                                     \
 188  190                  getrusage.3c                                    \
 189  191                  gets.3c                                         \
↓ open down ↓ 656 lines elided ↑ open up ↑
 846  848                  getgrent.3c                             \
 847  849                  getgrent_r.3c                           \
 848  850                  getgrgid.3c                             \
 849  851                  getgrgid_r.3c                           \
 850  852                  getgrnam_r.3c                           \
 851  853                  gethomelgroup.3c                        \
 852  854                  gethrvtime.3c                           \
 853  855                  getlogin_r.3c                           \
 854  856                  getmntany.3c                            \
 855  857                  getnetgrent_r.3c                        \
      858 +                getopt_long_only.3c                     \
      859 +                getopt_long_clip.3c                     \
 856  860                  getpassphrase.3c                        \
 857  861                  getpwent.3c                             \
 858  862                  getpwent_r.3c                           \
 859  863                  getpwnam_r.3c                           \
 860  864                  getpwuid.3c                             \
 861  865                  getpwuid_r.3c                           \
 862  866                  getspent.3c                             \
 863  867                  getspent_r.3c                           \
 864  868                  getspnam_r.3c                           \
 865  869                  getutid.3c                              \
↓ open down ↓ 956 lines elided ↑ open up ↑
1822 1826  putmntent.3c                            := LINKSRC = getmntent.3c
1823 1827  resetmnttab.3c                          := LINKSRC = getmntent.3c
1824 1828  
1825 1829  endnetgrent.3c                          := LINKSRC = getnetgrent.3c
1826 1830  getnetgrent_r.3c                        := LINKSRC = getnetgrent.3c
1827 1831  innetgr.3c                              := LINKSRC = getnetgrent.3c
1828 1832  setnetgrent.3c                          := LINKSRC = getnetgrent.3c
1829 1833  
1830 1834  get_nprocs_conf.3c                      := LINKSRC = get_nprocs.3c
1831 1835  
     1836 +getopt_long_clip.3c                     := LINKSRC = getopt_long.3c
     1837 +getopt_long_only.3c                     := LINKSRC = getopt_long.3c
     1838 +
1832 1839  getpassphrase.3c                        := LINKSRC = getpass.3c
1833 1840  
1834 1841  setpriority.3c                          := LINKSRC = getpriority.3c
1835 1842  
1836 1843  setprogname.3c                          := LINKSRC = getprogname.3c
1837 1844  
1838 1845  endpwent.3c                             := LINKSRC = getpwnam.3c
1839 1846  fgetpwent.3c                            := LINKSRC = getpwnam.3c
1840 1847  fgetpwent_r.3c                          := LINKSRC = getpwnam.3c
1841 1848  getpwent.3c                             := LINKSRC = getpwnam.3c
↓ open down ↓ 728 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX